<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#index .index-banner {
  width: 100%;
  position: relative;
}
#index .index-banner .index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .index-banner .index-swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#index .index-banner .index-swiper .swiper-slide &gt; img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .index-swiper .swiper-slide .center-position {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box {
  width: 1680px;
  margin: 0 auto;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c9261d;
  border-radius: 25px;
  opacity: 0.9;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 50px;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box .t1 {
  margin-bottom: 25px;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box p {
  color: #eee;
  font-size: 20px;
  line-height: 2em;
}
#index .index-banner .index-swiper .swiper-slide .center-position .text-box p span {
  font-size: 36px;
  color: #fff;
}
#index .index-banner .index-swiper .page-box {
  bottom: 160px;
  left: 120px;
  position: absolute;
  width: 200px;
}
#index .index-banner .index-swiper .page-box .swiper-pagination-index span {
  margin-right: 20px;
}
#index .index-banner .index-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
#index .index-banner .index-swiper .swiper-pagination-bullet-active {
  background-color: #c9261d;
}
#index .index-banner .mouse {
  width: 15px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 15px 64px;
  background-image: url("../images/mouse.png");
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
#index .num-position {
  margin-top: -120px;
  position: relative;
  z-index: 10001;
}
#index .num-position .num-box {
  width: 1680px;
  height: 240px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
#index .num-position .num-box li {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 70px;
  border-right: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#index .num-position .num-box li img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#index .num-position .num-box li .t1 {
  color: #c9261d;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
}
#index .num-position .num-box li .pad1 {
  padding-left: 65px;
}
#index .num-position .num-box li .pad2 {
  padding-left: 75px;
}
#index .num-position .num-box li .pad3 {
  padding-left: 45px;
}
#index .num-position .num-box li .num {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
#index .num-position .num-box li .num .t2 {
  color: #c9261d;
  font-size: 72px;
  height: 72px;
  width: 100%;
  font-weight: bold;
}
#index .num-position .num-box li .info {
  text-align: center;
  margin-top: 20px;
}
#index .num-position .num-box li .info p {
  line-height: 1.8em;
  color: #999;
  font-size: 14px;
}
#index .num-position .num-box li .des {
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#index .num-position .num-box li:last-of-type {
  border-right: none;
}
#index .business-area {
  margin-top: 45px;
}
#index .business-area .area-box {
  margin-top: 45px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/area00.jpg");
  position: relative;
  transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.93, 0, 0.13, 1);
}
#index .business-area .area-box .area-position {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#index .business-area .area-box .area-position .area-list {
  width: 1680px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#index .business-area .area-box .area-position .area-list li {
  width: 25%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 36px;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#index .business-area .area-box .area-position .area-list li &gt; p {
  font-weight: bold;
}
#index .business-area .area-box .area-position .area-list li .info-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(201, 38, 29, 0.8);
  display: inline-block;
  padding: 65px 30px 0;
  display: none;
}
#index .business-area .area-box .area-position .area-list li .info-cover .title {
  color: #fff;
  font-size: 36px;
}
#index .business-area .area-box .area-position .area-list li .info-cover .line {
  width: 80px;
  height: 2px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}
#index .business-area .area-box .area-position .area-list li .info-cover .info {
  color: #fff;
  font-size: 14px;
  line-height: 1.7em;
  text-align: justify;
  height: 52%;
}
#index .business-area .area-box .area-position .area-list li .info-cover .txt {
  color: #fecfcc;
  font-size: 14px;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fecfcc;
}
#index .business-area .area-box .area-position .area-list li .info-cover .arr {
  width: 0px;
  height: 5px;
  background-size: 27px 5px;
  background-repeat: no-repeat;
  background-image: url("../images/arr.png");
  display: inline-block;
  position: absolute;
  right: 70px;
  bottom: 30px;
  transition: right 0.8s;
  -webkit-transition: right 0.8s;
  -moz-transition: right 0.8s;
}
#index .business-area .area-box .area-position .area-list li .info-cover:hover .arr {
  right: 30px;
}
#index .business-area .area-box .area-position .area-list li:nth-of-type(4n) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#index .business-area .area-box img {
  width: 100%;
  opacity: 0;
}
#index .business-area .area-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
#index .business-area .area-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  z-index: 1000;
  left: 0;
}
#index .example-intro {
  margin-top: 80px;
}
#index .example-intro .example-nav .com-title {
  margin-top: -10px;
}
#index .example-intro .example-nav .right {
  display: flex;
  align-items: center;
}
#index .example-intro .example-nav .right li {
  width: 105px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* padding: 0 8px; */
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
#index .example-intro .example-nav .right li span {
  position: relative;
  z-index: 10;
}
#index .example-intro .example-nav .right li i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #c9261d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 9;
}
#index .example-intro .example-nav .right li:hover {
  color: #fff;
  border: 1px solid #c9261d;
}
#index .example-intro .example-nav .right li:hover i {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index .example-intro .example-nav .right .active {
  color: #fff;
  border: 1px solid #c9261d;
}
#index .example-intro .example-nav .right .active i {
  background: #c9261d;
  width: 100%;
}
#index .example-intro .example-list-box {
  margin-top: 50px;
}
#index .example-intro .example-list-box li {
  width: 402px;
  float: left;
  margin-right: 24px;
}
#index .example-intro .example-list-box li &gt; div {
  position: relative;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index .example-intro .example-list-box li &gt; div &gt; img {
  width: 100%;
  opacity: 0;
}
#index .example-intro .example-list-box li &gt; div .mask {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(201, 38, 29, 0.8);
  padding: 10px;
  z-index: 1000;
  display: none;
}
#index .example-intro .example-list-box li &gt; div .mask .cont {
  border: 1px solid rgba(253, 173, 0, 0.2);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .award {
  position: absolute;
  top: 10px;
  right: 10px;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .award span {
  vertical-align: middle;
  margin-left: 6px;
  color: #fff;
  font-size: 14px;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .t1 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .t2 {
  margin-top: 15px;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .t2 span {
  color: #eee;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 6px;
}
#index .example-intro .example-list-box li &gt; div .mask .cont .arr {
  width: 27px;
  height: 5px;
  background-size: 27px 5px;
  background-repeat: no-repeat;
  background-image: url("../images/arr.png");
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -40px;
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
}
#index .example-intro .example-list-box li &gt; div .mask .cont:hover .arr {
  margin-left: -13.5px;
}
#index .example-intro .example-list-box li &gt; div:hover {
  box-shadow: 0px 5px 25px 0px rgba(201, 38, 29, 0.35);
}
#index .example-intro .example-list-box li .top {
  width: 100%;
  height: auto;
}
#index .example-intro .example-list-box li .bottom {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
#index .example-intro .example-list-box li:nth-of-type(2n) {
  display: flex;
  flex-direction: column-reverse;
}
#index .example-intro .example-list-box li:nth-of-type(2n) .bottom {
  margin-top: 0;
}
#index .example-intro .example-list-box li:nth-of-type(2n) .top {
  margin-top: 24px;
}
#index .example-intro .example-list-box li:nth-of-type(4n) {
  margin-right: 0;
}
#index .example-intro .checkMore {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  color: #c9261d;
  border: solid 1px #dbdbdb;
}
#index .example-intro .checkMore:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.3);
  color: #fff;
  background-color: #c9261d;
  border: solid 1px #c9261d;
}
#index .advantage-box {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 685px;
}
#index .advantage-box .advantage-position {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding-top: 80px;
}
#index .advantage-box .advantage-position .title {
  color: #fff;
  font-size: 18px;
}
#index .advantage-box .advantage-position .title .t1 {
  font-size: 40px;
  font-weight: bold;
  margin-right: 30px;
}
#index .advantage-box .advantage-position .pot-list li {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 310px;
  position: absolute;
}
#index .advantage-box .advantage-position .pot-list li .t1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#index .advantage-box .advantage-position .pot-list li p {
  font-size: 14px;
  text-align: left;
  line-height: 2em;
}
#index .advantage-box .advantage-position .pot-list li .pic {
  background: #4d428e;
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  transition: background 0.8s;
}
#index .advantage-box .advantage-position .pot-list li .pic .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  background: #fff;
  transition: all 0.8s;
}
#index .advantage-box .advantage-position .pot-list li .pic .inner &gt; img {
  width: 40px;
}
#index .advantage-box .advantage-position .pot-list li .pic:after {
  content: "";
  width: 24px;
  height: 74px;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/line.png");
  left: 40%;
}
#index .advantage-box .advantage-position .pot-list li .pic:hover .inner {
  background: #c9261d;
}
#index .advantage-box .advantage-position .pot-list li .pic-logo {
  width: 146px;
  margin: 0 auto;
}
#index .advantage-box .advantage-position .pot-list li .pic-logo &gt; img {
  width: 100%;
}
#index .advantage-box .advantage-position .pot-list li .pic-logo:after {
  content: "";
  width: 24px;
  height: 74px;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/line.png");
  left: 46%;
  top: 100%;
}
#index .advantage-box .advantage-position .pot-list li:nth-of-type(1) {
  top: 49.5%;
  left: 7%;
}
#index .advantage-box .advantage-position .pot-list li:nth-of-type(2) {
  top: 40.5%;
  left: 27.5%;
}
#index .advantage-box .advantage-position .pot-list li:nth-of-type(3) {
  top: 45%;
  left: 42%;
}
#index .advantage-box .advantage-position .pot-list li:nth-of-type(4) {
  top: 49.5%;
  left: 57%;
}
#index .advantage-box .advantage-position .pot-list li:nth-of-type(5) {
  top: 41%;
  left: 76.5%;
}
#index .advantage-box &gt; img {
  width: 100%;
  opacity: 0;
}
#index .company-news {
  background: #f3f5f6;
  padding: 80px 0 85px;
}
#index .company-news .company-nav .com-title {
  margin-top: -10px;
}
#index .company-news .company-nav .right {
  display: flex;
  align-items: center;
}
#index .company-news .company-nav .right li {
  min-width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
#index .company-news .company-nav .right li span {
  position: relative;
  z-index: 10;
}
#index .company-news .company-nav .right li i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  bottom: 0;
  background: #c9261d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 9;
}
#index .company-news .company-nav .right li:hover {
  color: #fff;
  border: 1px solid #c9261d;
}
#index .company-news .company-nav .right li:hover i {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index .company-news .company-nav .right .active {
  color: #fff;
  border: 1px solid #c9261d;
}
#index .company-news .company-nav .right .active i {
  background: #c9261d;
  width: 100%;
}
#index .company-news .news-box {
  display: flex;
  margin-top: 45px;
}
#index .company-news .news-box li {
  width: 402px;
  height: auto !important;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  padding-bottom: 90px;
}
#index .company-news .news-box li .pic {
  width: 100%;
  overflow: hidden;
}
#index .company-news .news-box li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index .company-news .news-box li .info-box {
  padding: 25px 30px 0;
}
#index .company-news .news-box li .info-box .tt {
  color: #333;
  font-size: 24px;
}
#index .company-news .news-box li .info-box .info {
  line-height: 2em;
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}
#index .company-news .news-box li .bottom {
  height: 60px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #eaeaea;
  display: block;
}
#index .company-news .news-box li .bottom .time {
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #bbb;
  font-size: 14px;
}
#index .company-news .news-box li .bottom .arr {
  width: 60px;
  height: 60px;
  background-image: url("../images/index16.png");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center center;
  border-left: 1px solid #eaeaea;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#index .company-news .news-box li:nth-of-type(4n) {
  margin-right: 0;
}
#index .company-news .news-box li:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.2);
}
#index .company-news .news-box li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .company-news .news-box li:hover .info-box .tt {
  color: #c9261d;
}
#index .company-news .news-box li:hover .bottom .arr {
  background-color: #c9261d;
  background-image: url("../images/index15.png");
}
#index .company-news .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #dbdbdb;
  display: block;
  margin: 0 auto;
  margin-top: 75px;
  color: #c9261d;
  font-size: 16px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
#index .company-news .more:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.3);
  color: #fff;
  background-color: #c9261d;
  border: solid 1px #c9261d;
}
#index .two-template &gt; div {
  width: 50%;
  position: relative;
}
#index .two-template &gt; div .tem-position {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 105px 0 0 115px;
  box-sizing: border-box;
  top: 0;
}
#index .two-template &gt; div .tem-position .t1 {
  font-size: 36px;
  color: #fff;
}
#index .two-template &gt; div .tem-position .t2 {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
#index .two-template &gt; div .tem-position .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  margin-top: 50px;
}
#index .two-template &gt; div .tem-position .more:hover {
  background: #c9261d;
  border: 1px solid #c9261d;
}
#index .two-template &gt; div img {
  width: 100%;
}
#index .icon-box {
  padding: 90px 0 100px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#index .icon-box .center {
  width: 100%;
}
#index .icon-box .center .icon-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index .icon-box .center .icon-list li {
  width: 25%;
  border-right: 1px solid #eeeeee;
}
#index .icon-box .center .icon-list li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#index .icon-box .center .icon-list li a .pic {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #c9261d;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
#index .icon-box .center .icon-list li a .pic img {
  width: 54px;
}
#index .icon-box .center .icon-list li a p {
  text-align: center;
}
#index .icon-box .center .icon-list li a .t1 {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#index .icon-box .center .icon-list li a .t2 {
  color: #666;
  font-size: 14px;
}
#index .icon-box .center .icon-list li:nth-of-type(2) .pic img {
  width: 59px;
}
#index .icon-box .center .icon-list li:hover .pic {
  background: #c9261d;
  box-shadow: 0px 10px 20px 0px rgba(137, 7, 0, 0.25);
}
#index .icon-box .center .icon-list li:hover .t1 {
  color: #c9261d;
}
#index .icon-box .center .icon-list li:last-of-type {
  border-right: 0;
}

#news .news-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
#news .news-content .news-display {
  width: 100%;
  height: 520px;
}
#news .news-content .news-display .left {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
#news .news-content .news-display .right {
  float: right;
  padding: 50px 25px 0 40px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background: #fff;
  position: relative;
}
#news .news-content .news-display .right .title {
  padding-right: 50px;
  font-size: 36px;
  color: #333;
  line-height: 1.8em;
}
#news .news-content .news-display .right .info-box {
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 50px;
  height: 205px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}
#news .news-content .news-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
#news .news-content .news-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #ffffff;
}
#news .news-content .news-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #fed130;
}
#news .news-content .news-display .right .date {
  color: #bbb;
  font-size: 14px;
  bottom: 30px;
  position: absolute;
}
#news .news-content .news-list {
  margin-top: 40px;
  display:flex;
  flex-wrap:wrap;
}
#news .news-content .news-list li {
  width: 530px;
  height: auto !important;
  background: #fff;
  position: relative;
  /* float: left; */
  margin-right: 24px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  margin-bottom: 40px;
}
#news .news-content .news-list li &gt; a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
#news .news-content .news-list li .pic {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
#news .news-content .news-list li .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#news .news-content .news-list li .bottoms-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news .news-content .news-list li .info-box {
  padding: 25px 30px 55px;
}
#news .news-content .news-list li .info-box .tt {
  color: #333;
  font-size: 24px;
}
#news .news-content .news-list li .info-box .info {
  line-height: 2em;
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}
#news .news-content .news-list li .bottom {
  height: 60px;
  position: static;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #eaeaea;
  display: block;
}
#news .news-content .news-list li .bottom .time {
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #bbb;
  font-size: 14px;
}
#news .news-content .news-list li .bottom .arr {
  width: 60px;
  height: 60px;
  background-image: url("../images/index16.png");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center center;
  border-left: 1px solid #eaeaea;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#news .news-content .news-list li:nth-of-type(3n) {
  margin-right: 0;
}
#news .news-content .news-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.2);
}
#news .news-content .news-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#news .news-content .news-list li:hover .info-box .tt {
  color: #c9261d;
}
#news .news-content .news-list li:hover .bottom .arr {
  background-color: #c9261d;
  background-image: url("../images/index15.png");
}
#news .news-content .content {
  width: 74.4%;
  padding: 40px 50px 0px;
  background: #fff;
  float: left;
}
#news .news-content .content .title-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
#news .news-content .content .title-box .t1 {
  font-size: 30px;
  color: #333;
}
#news .news-content .content .title-box .t2 {
  font-weight: bold;
  color: #e00c00;
  font-size: 30px;
}
#news .news-content .content .title-box .t3 {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
#news .news-content .content .title-box .t3 span:last-of-type {
  margin-left: 30px;
}
#news .news-content .content .cont {
  padding-top: 35px;
  padding-bottom: 130px;
}
#news .news-content .content .cont p {
  /*color: #666;*/
  /*font-size: 14px;*/
  /*line-height: 1.8em;*/
  /*text-indent: 2em; */
}
#news .news-content .content .cont .tt {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
#news .news-content .content .cont .first {
  letter-spacing: 7px;
}
#news .news-content .content .cont .date {
  text-align: right;
}
#news .news-content .content .cont img {
  max-width: 100% !important;
  height: auto !important;
}
#news .news-content .content .detail-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid #eee;
}
#news .news-content .content .detail-bottom &gt; .left {
  float: left;
}
#news .news-content .content .detail-bottom &gt; .left p {
  color: #666;
  font-size: 14px;
}
#news .news-content .content .detail-bottom &gt; .left p a {
  color: #666;
  font-size: 14px;
}
#news .news-content .content .detail-bottom &gt; .left .next {
  margin-top: 15px;
}
#news .news-content .content .detail-bottom &gt; .right {
  display: inline-block;
  float: right;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ededed;
  font-size: 14px;
  background: #c9261d;
}
#news .news-content .news-nav-right {
  width: 24%;
  float: right;
}
#news .news-content .news-nav-right .top {
  color: #333;
  width: 100%;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding-left: 30px;
}
#news .news-content .news-nav-right .top .line {
  display: inline-block;
  vertical-align: text-bottom;
  width: 4px;
  height: 20px;
  background: #e00c00;
  margin-right: 10px;
}
#news .news-content .news-nav-right .nav-list {
  margin-top: 10px;
}
#news .news-content .news-nav-right .nav-list li {
  padding: 25px 30px 25px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#news .news-content .news-nav-right .nav-list li .t1 {
  color: #333;
  font-size: 24px;
}
#news .news-content .news-nav-right .nav-list li .t2 {
  color: #333;
  font-size: 18px;
  line-height: 1.8em;
}
#news .news-content .news-nav-right .nav-list li .info {
  color: #999;
  font-size: 14px;
  line-height: 2em;
  margin-top: 25px;
}
#news .news-content .news-nav-right .nav-list li:last-of-type {
  border-bottom: 0;
}
#news .news-content .news-nav-right .nav-list li:hover .t1, #news .news-content .news-nav-right .nav-list li:hover .t2 {
  color: #c9261d;
}
#news .news-content .news-nav-right .nav-list .active .t1, #news .news-content .news-nav-right .nav-list .active .t2 {
  color: #c9261d;
}
#news .law-content .content {
  width: 100% !important;
}

#case .case-content {
  margin-top: 30px;
  margin-bottom: 80px;
}
#case .case-content .case-nav-box {
  background: #fff;
}
#case .case-content .case-nav-box .line-item {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  transition: all 0.6s;
}
#case .case-content .case-nav-box .line-item.line-item01 .down-icon {
  display: none;
}
#case .case-content .case-nav-box .line-item .label {
  float: left;
}
#case .case-content .case-nav-box .line-item .label i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
#case .case-content .case-nav-box .line-item .label .icon01 {
  background-image: url("../images/ic05.png");
}
#case .case-content .case-nav-box .line-item .label .icon02 {
  background-image: url("../images/ic06.png");
}
#case .case-content .case-nav-box .line-item .label .icon03 {
  background-image: url("../images/ic04.png");
}
#case .case-content .case-nav-box .line-item .label span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin-left: 20px;
  font-size: 16px;
}
#case .case-content .case-nav-box .line-item .case-ul {
  margin-left: 20px;
  float: left;
  height: 20px;
  width: 85%;
  overflow: hidden;
  transition: all 0.6s;
}
#case .case-content .case-nav-box .line-item .case-ul li {
  float: left;
  height: 100%;
  transition: all 0.6s;
}
#case .case-content .case-nav-box .line-item .case-ul li a {
  color: #666;
  font-size: 16px;
  height: 100%;
  line-height: 20px;
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #bbbbbb;
}
#case .case-content .case-nav-box .line-item .case-ul li:last-of-type a {
  border-right: 0;
}
#case .case-content .case-nav-box .line-item .case-ul .active a {
  color: #c9261d;
  font-weight: bold;
}
#case .case-content .case-nav-box .line-item .toggele-active {
  height: auto;
  overflow: initial;
  transition: all 0.6s;
}
#case .case-content .case-nav-box .line-item .toggele-active &gt; li {
  margin-bottom: 20px;
}
#case .case-content .case-nav-box .line-item .down-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ic07.png");
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
#case .case-content .case-nav-box .noborder {
  border-bottom: 0;
}
#case .case-content .intro-box {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
}
#case .case-content .intro-box .t1 {
  color: #333;
  font-size: 16px;
}
#case .case-content .intro-box .info {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 1.8em;
}
#case .case-content .case-list li {
  width: 402px;
  height: 470px;
  margin-top: 25px;
  margin-right: 20px;
  float: left;
  transition: all 0.6s;
}
#case .case-content .case-list li .pic {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
#case .case-content .case-list li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#case .case-content .case-list li .info {
  height: 90px;
  padding: 20px 0 0 30px;
  background: #fff;
}
#case .case-content .case-list li .info .t1 {
  color: #333;
  font-size: 18px;
}
#case .case-content .case-list li .info .t2 {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}
#case .case-content .case-list li:nth-of-type(4n) {
  margin-right: 0;
}
#case .case-content .case-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
#case .case-content .case-list li:hover .info .t1 {
  color: #c9261d;
}
#case .case-content .pages-box {
  margin-top: 30px;
}
#case .case-banner {
  width: 100%;
  position: relative;
}
#case .case-banner .case-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#case .case-banner .case-swiper .swiper-slide {
  width: auto !important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#case .case-banner .case-swiper .swiper-slide &gt; img {
  width: auto;
  opacity: 0;
}
#case .case-banner .case-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
#case .case-banner .case-swiper .swiper-pagination-bullet-active {
  background-color: #c9261d;
}
#case .case-banner .mouse {
  width: 15px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 15px 64px;
  background-image: url("../images/mouse.png");
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
#case .case-detail-box {
  margin-top: -70px;
  z-index: 1000;
  position: relative;
  margin-bottom: 80px;
}
#case .case-detail-box .case-box {
  background: #fff;
}
#case .case-detail-box .case-box .top-box {
  padding: 24px 40px;
  border-bottom: 1px solid #eee;
  position: relative;
}
#case .case-detail-box .case-box .top-box .left {
  width: 85%;
}
#case .case-detail-box .case-box .top-box .left .t1 {
  color: #999;
  font-size: 14px;
}
#case .case-detail-box .case-box .top-box .left .t1 a:visited {
  color: #671C5B;
}
#case .case-detail-box .case-box .top-box .left .t1 a:hover {
  color: #c9261d;
}
#case .case-detail-box .case-box .top-box .left .t1 .line {
  display: inline-block;
  margin: 0 5px;
}
#case .case-detail-box .case-box .top-box .left .t2 {
  color: #333;
  font-size: 40px;
  margin-top: 10px;
  font-weight: bold;
}
#case .case-detail-box .case-box .top-box .right {
  position: absolute;
  right: 40px;
  width: 180px;
  top: 50%;
}
#case .case-detail-box .case-box .top-box .right .page-box {
  width: 50px;
  top: 21px;
  left: 65px;
  position: absolute;
}
#case .case-detail-box .case-box .top-box .right .page-box .swiper-pagination-case span {
  font-size: 14px;
  color: #333;
}
#case .case-detail-box .case-box .top-box .right .page-box .swiper-pagination-case .swiper-pagination-current {
  font-size: 18px;
  color: #c9261d;
}
#case .case-detail-box .case-box .top-box .right .button-box .swiper-button-prev-case {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic09.png");
  background-repeat: no-repeat;
  background-size: 27px 5px;
  background-position: center;
  outline: none;
  cursor: pointer;
}
#case .case-detail-box .case-box .top-box .right .button-box .swiper-button-prev-case.swiper-button-disabled {
  background-image: url("../images/ic08.png");
  opacity: 1;
  cursor: pointer;
}
#case .case-detail-box .case-box .top-box .right .button-box .swiper-button-next-case {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic11.png");
  background-repeat: no-repeat;
  background-size: 27px 5px;
  background-position: center;
  outline: none;
  cursor: pointer;
}
#case .case-detail-box .case-box .top-box .right .button-box .swiper-button-next-case.swiper-button-disabled {
  background-image: url("../images/ic10.png");
  opacity: 1;
  cursor: pointer;
}
#case .case-detail-box .case-box .content {
  padding: 40px 40px 55px;
}
#case .case-detail-box .case-box .content .left-cont {
  width: 1200px;
  float: left;
}
#case .case-detail-box .case-box .content .left-cont p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}
#case .case-detail-box .case-box .content .left-cont img {
  max-width: 100%;
}
#case .case-detail-box .case-box .content .right-cont {
  width: 330px;
  float: right;
}
#case .case-detail-box .case-box .content .right-cont li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}
#case .case-detail-box .case-box .content .right-cont li .title {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}
#case .case-detail-box .case-box .content .right-cont li .info p {
  line-height: 2em;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
#case .case-detail-box .case-box .content .right-cont li:nth-of-type(1) {
  padding-top: 0;
}
#case .case-detail-box .case-box .content .right-cont li:last-of-type {
  border-bottom: 0;
}
#case .case-detail-box .case-box .detail-bottom {
  padding: 30px 40px 35px 45px;
}

#technology .tech-content {
  margin-top: 40px;
  margin-bottom: 80px;
}
#technology .tech-content .tech-box {
  background: #fff;
  padding: 40px 50px 70px 40px;
}
#technology .tech-content .tech-box .left-cont {
  width: 250px;
  height: 470px;
  float: left;
  border: solid 2px #c9261d;
  padding: 40px 0 0 40px;
}
#technology .tech-content .tech-box .left-cont .t1 {
  font-size: 30px;
  color: #c9261d;
}
#technology .tech-content .tech-box .left-cont .line {
  background-color: #c9261d;
  width: 50px;
  height: 2px;
  margin-top: 5px;
}
#technology .tech-content .tech-box .left-cont .word {
  margin-top: 20px;
}
#technology .tech-content .tech-box .left-cont .word p {
  text-transform: uppercase;
  line-height: 2em;
  font-size: 18px;
  color: #c9261d;
}
#technology .tech-content .tech-box .left-cont .info {
  margin-top: 20px;
}
#technology .tech-content .tech-box .left-cont .info p {
  color: #c9261d;
  font-size: 16px;
  line-height: 2em;
}
#technology .tech-content .tech-box .right-cont {
  width: 1300px;
  float: right;
}
#technology .tech-content .tech-box .right-cont p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}
#technology .tech-content .tech-display {
  width: 100%;
  height: 450px;
}
#technology .tech-content .tech-display .left {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
#technology .tech-content .tech-display .right {
  float: right;
  padding: 50px 50px 0 40px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background: #fff;
}
#technology .tech-content .tech-display .right .title {
  font-size: 30px;
  color: #333;
  line-height: 1.8em;
}
#technology .tech-content .tech-display .right .info-box {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 30px;
  height: 250px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}
#technology .tech-content .tech-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
#technology .tech-content .tech-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #ffffff;
}
#technology .tech-content .tech-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #fed130;
}
#technology .tech-content .tech-display .right .date {
  color: #666;
  font-size: 14px;
}
#technology .tech-content .research-detail {
  background: #fff;
}
#technology .tech-content .research-detail .top-box {
  padding: 35px 100px 0 40px;
}
#technology .tech-content .research-detail .top-box .title-box {
  text-align: center;
  color: #333;
  font-size: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#technology .tech-content .research-detail .top-box .title-box .t2 {
  margin-top: 15px;
}
#technology .tech-content .research-detail .research-content {
  padding: 40px 0 90px 45px;
}
#technology .tech-content .research-detail .research-content .re-left {
  width: 140px;
  float: left;
  position: relative;
}
#technology .tech-content .research-detail .research-content .re-left a {
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: 14px;
}
#technology .tech-content .research-detail .research-content .re-left .active {
  color: #c9261d;
}
#technology .tech-content .research-detail .research-content .re-left .line {
  width: 2px;
  height: 20px;
  background: #c9261d;
  position: absolute;
  top: 10px;
  right: -2px;
  transition: all 0.6s;
}
#technology .tech-content .research-detail .research-content .re-right {
  width: calc(100% - 140px);
  padding: 10px 50px 0px;
  float: left;
  border-left: 2px solid #eee;
}
#technology .tech-content .research-detail .research-content .re-right table {
  max-width: 100%;
  width: 100%;
  border: 1px solid #eee;
}
#technology .tech-content .research-detail .research-content .re-right th, #technology .tech-content .research-detail .research-content .re-right td {
  border: 1px solid #eee;
}
#technology .tech-content .research-detail .research-content .re-right .info-box {
  border-bottom: 1px solid #eee;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .tt1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .tt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info p {
  line-height: 2em;
  text-align: justify;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info .t1 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info .item {
  margin-bottom: 40px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info .item .label {
  width: 200px;
  float: left;
  line-height: 2em;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info .item .text-box {
  float: left;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info .more {
  margin-top: -30px;
  margin-bottom: 40px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .info01 p {
  text-indent: 2em;
  margin-bottom: 40px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
  width: 100%;
  height: 550px;
  margin-top: 40px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper {
  width: 100%;
  height: 100%;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
  width: 750px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #f7f7f7;
  line-height: 50px;
  bottom: 0;
  padding-left: 30px;
  display: none;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .txt {
  font-size: 14px;
  color: #666;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .pagination-box {
  position: absolute;
  right: 15px;
  top: 60px;
  width: 50px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .text-box .pagination-box .swiper-pagination-current {
  color: #c9261d;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box {
  display: none;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet {
  width: 50px;
  height: 100px;
  background-image: url("../images/ic13.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  background-position: center;
  background-color: rgba(201, 38, 29, 0.8);
  outline: none;
  cursor: pointer;
  left: 0;
  margin-top: -50px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet.swiper-button-disabled {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet {
  width: 50px;
  height: 100px;
  background-image: url("../images/ic12.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  background-position: center;
  background-color: rgba(201, 38, 29, 0.8);
  outline: none;
  cursor: pointer;
  right: 0;
  margin-top: -50px;
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet.swiper-button-disabled {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
#technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide-active .text-box, #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide-active .button-box {
  display: block;
}
#technology .tech-content .info-manage-box {
  padding: 40px 40px 40px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
#technology .tech-content .info-manage-box .left {
  width: 840px;
}
#technology .tech-content .info-manage-box .left .t1 {
  font-size: 24px;
  color: #333;
}
#technology .tech-content .info-manage-box .left .t1 .line {
  width: 4px;
  height: 22px;
  background: #c9261d;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
#technology .tech-content .info-manage-box .left .tech-list {
  margin-top: 30px;
}
#technology .tech-content .info-manage-box .left .tech-list li {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
#technology .tech-content .info-manage-box .left .tech-list li .item-box {
  padding: 20px 0 20px;
}
#technology .tech-content .info-manage-box .left .tech-list li .item-box .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/ic14.png");
}
#technology .tech-content .info-manage-box .left .tech-list li .item-box span {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: sub;
}
#technology .tech-content .info-manage-box .left .tech-list li .icon-active .icon {
  background-image: url("../images/ic15.png");
}
#technology .tech-content .info-manage-box .left .tech-list li .icon-active span {
  color: #c9261d;
}
#technology .tech-content .info-manage-box .left .tech-list li .down-box {
  padding: 10px 0 20px 33px;
  display: none;
  margin-top: -20px;
}
#technology .tech-content .info-manage-box .left .tech-list li .down-box p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}
#technology .tech-content .info-manage-box .left .tech-list li .down-box p span {
  font-weight: bold;
}
#technology .tech-content .info-manage-box .right {
  position: relative;
  width: 690px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
#technology .tech-content .info-manage-box .right .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
#technology .tech-content .info-manage-box .right .mask span {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 40px;
}
#technology .tech-content .info-manage-box .right-banner {
  width: 690px;
  height: 400px;
  float: right;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper {
  height: 100%;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper {
  height: 100%;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide .text-box {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-system {
  bottom: 20px;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.6;
}
#technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet-active {
  background-color: #c9261d;
  opacity: 1;
}

#culture .culture-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
#culture .culture-content .staff-display {
  width: 100%;
  height: 510px;
  margin-bottom: 30px;
  position: relative;
}
#culture .culture-content .staff-display .left {
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#culture .culture-content .staff-display .right {
  padding: 45px 40px 0 40px;
  box-sizing: border-box;
  width: calc(100% - 600px);
  height: 100%;
  background: #fff;
}
#culture .culture-content .staff-display .right .title {
  font-size: 24px;
  color: #333;
  line-height: 1.8em;
}
#culture .culture-content .staff-display .right .info-box {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 35px;
  height: 330px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}
#culture .culture-content .staff-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #f3f4f5;
}
#culture .culture-content .staff-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #f3f4f5;
}
#culture .culture-content .staff-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #c9261d;
}
#culture .culture-content .staff-display .right .info-box p {
  /*margin-bottom: 30px; */
}
#culture .culture-content .staff-display .right .more {
  color: #999999;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
}
#culture .culture-content .staff-display:hover .right .more {
  color: #c9261d;
}
#culture .culture-content .content {
  width: 74.4%;
  padding: 40px 50px 0px;
  background: #fff;
  float: left;
}
#culture .culture-content .content .title-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
#culture .culture-content .content .title-box .t1 {
  font-size: 30px;
  color: #333;
}
#culture .culture-content .content .title-box .t2 {
  font-weight: bold;
  color: #e00c00;
  font-size: 30px;
}
#culture .culture-content .content .title-box .t3 {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
#culture .culture-content .content .title-box .t3 span:last-of-type {
  margin-left: 30px;
}
#culture .culture-content .content .cont {
  padding-top: 35px;
}
#culture .culture-content .content .cont .tt {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#culture .culture-content .content .cont p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  text-indent: 2em;
}
#culture .culture-content .content .cont img {
  max-width: 100%;
}
#culture .culture-content .content .detail-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid #eee;
}
#culture .culture-content .content .detail-bottom &gt; .left {
  float: left;
}
#culture .culture-content .content .detail-bottom &gt; .left p {
  color: #666;
  font-size: 14px;
}
#culture .culture-content .content .detail-bottom &gt; .left p a {
  color: #666;
  font-size: 14px;
}
#culture .culture-content .content .detail-bottom &gt; .left .next {
  margin-top: 15px;
}
#culture .culture-content .content .detail-bottom &gt; .right {
  display: inline-block;
  float: right;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ededed;
  font-size: 14px;
  background: #c9261d;
}
#culture .culture-content .staff-nav-right {
  width: 24%;
  float: right;
}
#culture .culture-content .staff-nav-right .top {
  color: #333;
  width: 100%;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding-left: 30px;
}
#culture .culture-content .staff-nav-right .top .line {
  display: inline-block;
  vertical-align: text-bottom;
  width: 4px;
  height: 20px;
  background: #e00c00;
  margin-right: 10px;
}
#culture .culture-content .staff-nav-right .nav-list {
  margin-top: 10px;
}
#culture .culture-content .staff-nav-right .nav-list li {
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}
#culture .culture-content .staff-nav-right .nav-list li .pic {
  width: 100%;
  overflow: hidden;
}
#culture .culture-content .staff-nav-right .nav-list li .pic img {
  width: 100%;
}
#culture .culture-content .staff-nav-right .nav-list li .info-box {
  padding: 15px 30px 25px;
}
#culture .culture-content .staff-nav-right .nav-list li .info-box .t1 {
  color: #333;
  font-size: 24px;
}
#culture .culture-content .staff-nav-right .nav-list li .info-box .info {
  color: #999;
  font-size: 14px;
  line-height: 2em;
  margin-top: 15px;
}
#culture .culture-content .staff-nav-right .nav-list li:last-of-type {
  margin-bottom: 0;
}
#culture .culture-content .party-title .t1 {
  font-size: 40px;
  color: #c9261d;
}
#culture .culture-content .party-title .t2 {
  font-size: 22px;
  color: #666;
  text-transform: uppercase;
}
#culture .culture-content .party-title-white .t1 {
  font-size: 40px;
  color: #fff;
}
#culture .culture-content .party-title-white .t2 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
#culture .culture-content .party01-box {
  background: #fff;
}
#culture .culture-content .party01-box .party01 {
  padding: 60px 0 50px;
  text-align: center;
  background-image: url("../images/party02.png");
  background-repeat: no-repeat;
  background-size: 975px 620px;
  background-position: left bottom;
}
#culture .culture-content .party01-box .party01 img {
  width: 1180px;
}
#culture .culture-content .party02-box {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/party03.png");
}
#culture .culture-content .party02-box .party02 {
  color: #fff;
}
#culture .culture-content .party02-box .party02 .tt {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
#culture .culture-content .party02-box .party02 .info-box {
  margin-top: 30px;
}
#culture .culture-content .party02-box .party02 .info-box .t1 {
  font-size: 24px;
}
#culture .culture-content .party02-box .party02 .info-box .info {
  margin-top: 20px;
}
#culture .culture-content .party02-box .party02 .info-box .info p {
  font-size: 14px;
  line-height: 2em;
}
#culture .culture-content .party02-box .party02 .info-box .info .line {
  margin-bottom: 10px;
}
#culture .culture-content .party02-box .party02 .info-box .info .line .label {
  display: inline-block;
  float: left;
}
#culture .culture-content .party02-box .party02 .info-box .info .line .txt {
  width: 925px;
  line-height: 1.8em;
  float: left;
  display: inline-block;
}
#culture .culture-content .party03-box {
  background-color: #f7f7f7;
  padding: 50px 0 40px;
}
#culture .culture-content .party03-box .top .title {
  float: left;
}
#culture .culture-content .party03-box .top .title .t1 {
  color: #c9261d;
  font-size: 40px;
}
#culture .culture-content .party03-box .top .title .t2 {
  color: #666;
  font-size: 22px;
}
#culture .culture-content .party03-box .top .select-ul {
  float: right;
  margin-top: 35px;
}
#culture .culture-content .party03-box .top .select-ul li {
  color: #666;
  font-size: 16px;
  width: 100px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  float: left;
}
#culture .culture-content .party03-box .top .select-ul li span {
  position: relative;
  z-index: 10;
}
#culture .culture-content .party03-box .top .select-ul li i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  bottom: 0;
  background: red;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 9;
}
#culture .culture-content .party03-box .top .select-ul li:hover {
  color: #fff;
}
#culture .culture-content .party03-box .top .select-ul li:hover i {
  width: 100%;
  background: #c9261d;
}
#culture .culture-content .party03-box .top .select-ul .v-mar {
  margin-left: 10px;
}
#culture .culture-content .party03-box .top .select-ul .active {
  color: #fff;
}
#culture .culture-content .party03-box .top .select-ul .active i {
  width: 100%;
  background: #c9261d;
}
#culture .culture-content .party03-box .party-swiper {
  padding: 40px 0 50px;
}
#culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide {
  width: 820px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
#culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
#culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .info {
  width: 100%;
  height: 80px;
  background: #fff;
  line-height: 80px;
  padding-left: 25px;
  color: #666;
  font-size: 22px;
}
#culture .culture-content .party03-box .party-swiper .swiper-pagination-party {
  width: 100%;
  top: auto;
  bottom: 0;
}
#culture .culture-content .party03-box .party-swiper .swiper-pagination-party .swiper-pagination-progressbar-fill {
  background: #c9261d;
}
#culture .culture-content .party04-box {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 75px;
  background-image: url("../images/party09.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#culture .culture-content .party04-box .party-news-list {
  margin-top: 50px;
}
#culture .culture-content .party04-box .party-news-list li {
  width: 530px;
  height: 660px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
#culture .culture-content .party04-box .party-news-list li .pic {
  width: 100%;
  overflow: hidden;
}
#culture .culture-content .party04-box .party-news-list li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#culture .culture-content .party04-box .party-news-list li .info-box {
  padding: 25px 30px 0;
}
#culture .culture-content .party04-box .party-news-list li .info-box .tt {
  color: #333;
  font-size: 24px;
}
#culture .culture-content .party04-box .party-news-list li .info-box .info {
  line-height: 2em;
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}
#culture .culture-content .party04-box .party-news-list li .bottom {
  height: 60px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #eaeaea;
  display: block;
}
#culture .culture-content .party04-box .party-news-list li .bottom .time {
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #bbb;
  font-size: 14px;
}
#culture .culture-content .party04-box .party-news-list li .bottom .arr {
  width: 60px;
  height: 60px;
  background-image: url("../images/index16.png");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center center;
  border-left: 1px solid #eaeaea;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#culture .culture-content .party04-box .party-news-list li:nth-of-type(3n) {
  margin-right: 0;
}
#culture .culture-content .party04-box .party-news-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.2);
}
#culture .culture-content .party04-box .party-news-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#culture .culture-content .party04-box .party-news-list li:hover .info-box .tt {
  color: #c9261d;
}
#culture .culture-content .party04-box .party-news-list li:hover .bottom .arr {
  background-color: #c9261d;
  background-image: url("../images/index15.png");
}
#culture .culture-content .party04-box .pages-box {
  margin-top: 40px;
}
#culture .culture-content .philosophy-box .left {
  width: 52%;
  padding-left: 120px;
}
#culture .culture-content .philosophy-box .left .info-box {
  margin-top: 20px;
}
#culture .culture-content .philosophy-box .left .info-box .tt {
  font-size: 24px;
  color: #333;
}
#culture .culture-content .philosophy-box .left .info-box .info {
  line-height: 2em;
  color: #666;
  font-size: 16px;
}
#culture .culture-content .philosophy-box .left-box01 {
  padding-top: 130px;
}
#culture .culture-content .philosophy-box .left-box02 {
  padding-top: 60px;
}
#culture .culture-content .philosophy-box .right {
  width: 48%;
  height: 520px;
  background-size: cover;
}
#culture .culture-content .philosophy-box .right01-box {
  background-image: url("../images/cul08.png");
}
#culture .culture-content .philosophy-box .right02-box {
  background-image: url("../images/cul09.png");
}
#culture .culture-content .philosophy01 {
  padding: 40px 0 70px;
}
#culture .culture-content .philosophy02 {
  padding: 80px 0;
  background-image: url("../images/cul18.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#culture .culture-content .value-box {
  padding-top: 70px;
}
#culture .culture-content .value-box .value-list {
  width: 100%;
  height: 605px;
  margin-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/cul10.png");
}
#culture .culture-content .value-box .value-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-top: 8%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#culture .culture-content .value-box .value-list li img {
  width: 45px;
}
#culture .culture-content .value-box .value-list li .tt {
  font-size: 24px;
  color: #fff;
  margin: 15px 0;
}
#culture .culture-content .value-box .value-list li .line {
  width: 40px;
  height: 2px;
  background: #fff;
}
#culture .culture-content .value-box .value-list li .info {
  margin-top: 35px;
}
#culture .culture-content .value-box .value-list li .info p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8em;
}
#culture .culture-content .value-box .value-list li .info-box {
  font-size: 16px;
  color: #fff;
  width: 55%;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8em;
}
#culture .culture-content .value-box .value-list li:nth-of-type(1) {
  width: 30%;
}
#culture .culture-content .value-box .value-list li:nth-of-type(4) {
  width: 30%;
  border-right: 0;
}
#culture .culture-content .value-box .value-list li:nth-of-type(2), #culture .culture-content .value-box .value-list li:nth-of-type(3) {
  width: 20%;
}
#culture .culture-content .value-box .value-list li:nth-of-type(2) .info-box, #culture .culture-content .value-box .value-list li:nth-of-type(3) .info-box {
  width: 81%;
}
#culture .culture-content .people-box {
  padding: 70px 0 30px;
}
#culture .culture-content .people-box .people-list {
  margin-top: 30px;
}
#culture .culture-content .people-box .people-list li {
  width: 530px;
  margin-right: 45px;
  float: left;
}
#culture .culture-content .people-box .people-list li .pic {
  width: 100%;
  height: 336px;
  overflow: hidden;
}
#culture .culture-content .people-box .people-list li .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#culture .culture-content .people-box .people-list li .info {
  margin-top: 25px;
}
#culture .culture-content .people-box .people-list li .info .t1 {
  color: #333;
  font-size: 24px;
}
#culture .culture-content .people-box .people-list li .info .t2 {
  color: #666;
  font-size: 16px;
}
#culture .culture-content .people-box .people-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#culture .culture-content .people-box .people-list li:last-of-type {
  margin-right: 0;
}
#culture .culture-mar {
  margin-bottom: 0;
}

#recruitment .recruitment-content .talent-concept li {
  width: 100%;
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
#recruitment .recruitment-content .talent-concept li .text-box {
  width: 660px;
  height: 270px;
  left: calc(50% - 330px);
  top: calc(50% - 135px);
  position: absolute;
  color: #fff;
  padding-top: 60px;
  text-align: center;
  background: rgba(23, 56, 131, 0.8);
  transition: all 0.6s;
}
#recruitment .recruitment-content .talent-concept li .text-box .t1 {
  font-size: 34px;
}
#recruitment .recruitment-content .talent-concept li .text-box .line {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
#recruitment .recruitment-content .talent-concept li .text-box .info {
  font-size: 24px;
}
#recruitment .recruitment-content .talent-concept li .text-box:hover {
  background: rgba(201, 38, 29, 0.8);
}
#recruitment .recruitment-content .talent-concept .talent01 {
  background-image: url("../images/re01.png");
}
#recruitment .recruitment-content .talent-concept .talent02 {
  background-image: url("../images/re02.png");
}
#recruitment .recruitment-content .talent-concept .talent03 {
  background-image: url("../images/re03.png");
}
#recruitment .recruitment-content .talent-concept .talent04 {
  background-image: url("../images/re04.png");
}
#recruitment .recruitment-content .talent-concept .talent05 {
  background-image: url("../images/re05.png");
}
#recruitment .recruitment-content .recruitment {
  padding: 40px 0px;
  background: #f6f6f6;
}
#recruitment .recruitment-content .recruitment .recruit-center {
  background: #fff;
  padding: 40px 40px 30px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box {
  width: 100%;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li {
  margin-bottom: 10px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top {
  width: 100%;
  height: 70px;
  padding: 0px 30px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div {
  color: #666666;
  width: 25%;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div span {
  color: #333;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div:nth-of-type(2), #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div:nth-of-type(3) {
  text-align: center;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div:nth-of-type(4) {
  text-align: right;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover {
  background: #c9261d;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover &gt; div {
  color: #fff;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top:hover &gt; div span {
  color: #fff;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active {
  background: #c9261d;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active &gt; div {
  color: #fff;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .active &gt; div span {
  color: #fff;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content {
  width: 100%;
  padding: 0px 40px 50px 40px;
  box-sizing: border-box;
  background: #f5f5f5;
  display: none;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .t1 {
  color: #333;
  font-size: 18px;
  padding-bottom: 25px;
  padding-top: 25px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .content p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .zhaopin-box .tt {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
#recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content .join-in {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #c9261d;
  margin-top: 35px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .index-title {
  color: #999;
  font-size: 18px;
  margin-bottom: 38px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .index-title span {
  font-weight: bold;
  color: #c9261d;
  font-size: 30px;
  margin-right: 20px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box {
  margin-bottom: 20px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input {
  width: 48%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 19px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input input {
  width: 100%;
  height: 48px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  outline: none;
  font-size: 14px;
  color: #666;
  padding-left: 15px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input input::-webkit-input-placeholder, #recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input input:-moz-placeholder, #recruitment .recruitment-content .recruitment .recruit-center .upload-box .input-box .input input:-ms-input-placeholder {
  color: #333 !important;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .textarea-box {
  width: 100%;
  height: 154px;
  position: relative;
  margin-bottom: 30px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .textarea-box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .textarea-box textarea {
  background-color: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  padding: 10px 5px 10px 15px;
  resize: none;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .upload {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .upload span {
  margin-right: 10px;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .upload .load {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  color: #666;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .upload .load input {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .code-box .code-left input {
  width: 160px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-right: 0;
  height: 48px;
  outline: none;
  text-indent: 18px;
  font-size: 14px;
  color: #666;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .code-box .code-left img {
  height: 48px;
  vertical-align: top;
}
#recruitment .recruitment-content .recruitment .recruit-center .upload-box .code-box .code-right {
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #c9261d;
  border: none;
  cursor: pointer;
}
#recruitment .recruitment-content .school-box {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  padding: 40px 35px;
  background-image: url("../images/big_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#recruitment .recruitment-content .school-box .school-inner {
  width: 100%;
  height: auto;
  padding: 25px 60px 270px;
  background-image: url("../images/re07.png");
  background-size: 100% 225px;
  background-repeat: repeat-y;
  position: relative;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t1 {
  font-size: 48px;
  color: #c9261d;
  font-weight: bold;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t2 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .left .wave {
  width: 150px;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .right {
  border-left: 2px solid #666;
  padding-left: 20px;
  float: right;
  margin-top: 45px;
}
#recruitment .recruitment-content .school-box .school-inner .top-box .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
}
#recruitment .recruitment-content .school-box .school-inner .info-box {
  padding: 40px 0 55px;
  border-top: 1px solid #ddd;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #c9261d;
  margin-bottom: 30px;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box {
  width: 100%;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box {
  float: left;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .tt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .info {
  margin-top: 10px;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .info p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .info p span {
  color: #c9261d;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item01 {
  width: 100%;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item02 {
  width: 50%;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .left-box, #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .right-box {
  width: 50%;
  float: left;
}
#recruitment .recruitment-content .school-box .school-inner .info-box .m-cont-box {
  display: none;
}
#recruitment .recruitment-content .school-box .school-inner .process-box {
  padding: 30px 0 40px;
  border-top: 1px solid #ddd;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #c9261d;
  margin-bottom: 30px;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #bbbbbb;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  float: left;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 8px;
  right: -100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/re09.png");
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:last-of-type {
  margin-right: 0;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:last-of-type:after {
  width: 0;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li .t1 {
  font-size: 30px;
  color: #ddd;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li .t2 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li.active, #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:hover {
  background: #c9261d;
  border: 1px solid #c9261d;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li.active .t1, #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li.active .t2 {
  color: #fff;
}
#recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:hover .t1, #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:hover .t2 {
  color: #fff;
}
#recruitment .recruitment-content .school-box .school-inner .code-content {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #c9261d;
  margin-bottom: 20px;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-item .info {
  font-size: 16px;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-item .info p {
  color: #666;
  line-height: 2em;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-item .info p span {
  color: #c9261d;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .left {
  width: 50%;
  float: left;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .right {
  float: left;
  width: 50%;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-box {
  width: 250px;
  background: #fff;
  padding: 10px;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-box img {
  width: 100%;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-mar {
  margin-top: 100px;
}
#recruitment .recruitment-content .school-box .school-inner .code-content .code-mar01 {
  margin-top: 30px;
}
#recruitment .recruitment-content .school-box .school-inner .school-bottom {
  width: 920px;
  position: absolute;
  bottom: 0;
  left: 6px;
}
#recruitment .recruitment-content .school-box .school-inner .school-bottom img {
  width: 100%;
}
#recruitment .recruit-mar {
  margin-top: 40px;
  margin-bottom: 40px;
}

#bidding .bidding-content {
  margin-top: 40px;
  margin-bottom: 70px;
}
#bidding .bidding-content .bidding-box li {
  width: 100%;
  height: 120px;
  background: #fff;
  transition: all 0.6s;
  margin-bottom: 20px;
}
#bidding .bidding-content .bidding-box li .date {
  float: right;
  width: 120px;
  height: 100%;
  text-align: center;
  padding-top: 15px;
  border-left: 1px solid #f7f7f7;
}
#bidding .bidding-content .bidding-box li .date .t1 {
  color: #333;
  font-size: 40px;
}
#bidding .bidding-content .bidding-box li .date .t2 {
  color: #333;
  font-size: 14px;
}
#bidding .bidding-content .bidding-box li .info {
  width: 90%;
  height: 100%;
  color: #333;
  float: left;
  line-height: 120px;
  font-size: 24px;
  padding-left: 30px;
}
#bidding .bidding-content .bidding-box li:hover {
  background: #c9261d;
  transition: all 0.6s;
}
#bidding .bidding-content .bidding-box li:hover .date .t1, #bidding .bidding-content .bidding-box li:hover .date .t2 {
  color: #f7f7f7;
}
#bidding .bidding-content .bidding-box li:hover .info {
  color: #f7f7f7;
}
#bidding .bidding-content .pages-box {
  margin-top: 40px;
}

#contact .contact {
  margin-top: 40px;
  margin-bottom: 80px;
}
#contact .contact .address-box {
  height: 540px;
  background: #fff;
}
#contact .contact .address-box .left {
  width: 50%;
  height: 100%;
  padding: 60px 0 0 40px;
  float: left;
}
#contact .contact .address-box .left .title {
  color: #c9261d;
  font-size: 24px;
  font-weight: bold;
}
#contact .contact .address-box .left .line {
  width: 100px;
  height: 2px;
  background-color: #c9261d;
  margin-top: 15px;
}
#contact .contact .address-box .left .info-box {
  margin-top: 50px;
}
#contact .contact .address-box .left .info-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
}
#contact .contact .address-box .left .info-box p a {
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid #666;
}
#contact .contact .address-box .left .info-box p i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/c01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .contact .address-box .left .info-box .adr-mar {
  margin-top: 40px;
}
#contact .contact .address-box .right {
  width: 50%;
  height: 100%;
  float: left;
}
#contact .contact .upload-box {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  background: #fff;
  padding: 30px 40px 40px;
  margin-top: 20px;
}
#contact .contact .upload-box .index-title {
  color: #999;
  font-size: 18px;
  margin-bottom: 38px;
}
#contact .contact .upload-box .index-title span {
  font-weight: bold;
  color: #c9261d;
  font-size: 24px;
  margin-right: 20px;
}
#contact .contact .upload-box .input-box {
  margin-bottom: 20px;
}
#contact .contact .upload-box .input-box .input {
  width: 48%;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
#contact .contact .upload-box .input-box .input:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 19px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#contact .contact .upload-box .input-box .input input {
  width: 100%;
  height: 48px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  outline: none;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
}
#contact .contact .upload-box .input-box .input input::-webkit-input-placeholder, #contact .contact .upload-box .input-box .input input:-moz-placeholder, #contact .contact .upload-box .input-box .input input:-ms-input-placeholder {
  color: #333 !important;
}
#contact .contact .upload-box .input-box .nostar:before {
  width: 0px;
}
#contact .contact .upload-box .textarea-box {
  width: 100%;
  height: 154px;
  position: relative;
  margin-bottom: 30px;
}
#contact .contact .upload-box .textarea-box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background: url("../images/star.png");
}
#contact .contact .upload-box .textarea-box textarea {
  background-color: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  padding: 10px 5px 10px 15px;
  resize: none;
}
#contact .contact .upload-box .textarea-box textarea::-webkit-input-placeholder, #contact .contact .upload-box .textarea-box textarea:-moz-placeholder, #contact .contact .upload-box .textarea-box textarea:-ms-input-placeholder {
  color: #333 !important;
}
#contact .contact .upload-box .upload {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
#contact .contact .upload-box .upload span {
  margin-right: 10px;
}
#contact .contact .upload-box .upload .load {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  color: #666;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
#contact .contact .upload-box .upload .load input {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#contact .contact .upload-box .code-box .code-left input {
  width: 160px;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-right: 0;
  height: 48px;
  outline: none;
  text-indent: 18px;
  font-size: 14px;
  color: #666;
}
#contact .contact .upload-box .code-box .code-left img {
  height: 48px;
  vertical-align: top;
}
#contact .contact .upload-box .code-box .code-right {
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #c9261d;
  border: none;
  cursor: pointer;
}

#company .concept {
  width: 100%;
  padding: 70px 45px 70px 60px;
  margin-top: 60px;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/concept_bg.png");
}
#company .concept img {
  max-width: 100%;
}
#company .award-content {
  margin-bottom: 45px;
}
#company .award-content .award-nav {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#company .award-content .award-nav li {
  width: 100px;
  height: 40px;
  transition: all 0.6s;
  background-color: #fff;
  display: inline-block;
}
#company .award-content .award-nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  color: #666;
}
#company .award-content .award-nav li:hover {
  background-color: #c9261d;
}
#company .award-content .award-nav li:hover a {
  color: #fff;
}
#company .award-content .award-nav .active {
  background-color: #c9261d;
}
#company .award-content .award-nav .active a {
  color: #fff;
}
#company .award-content .award-list {
  display: flex;
  flex-wrap: wrap;
}
#company .award-content .award-list li {
  width: 540px;
  height: 416px;
  transition: all 0.6s;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
#company .award-content .award-list li .pic {
  width: 100%;
  height: 357px;
  overflow: hidden;
}
#company .award-content .award-list li .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#company .award-content .award-list li .info {
  color: #333;
  background: #fff;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  border-top: 1px solid #efefef;
}
#company .award-content .award-list li:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
#company .award-content .award-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#company .award-content .award-list li:hover .info {
  color: #c9261d;
}
#company .award-content .award-list li:nth-of-type(3n) {
  margin-right: 0;
}
#company .award-content .map-box {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
#company .award-content .map-box .container-box {
  position: relative;
  width: 1150px;
  height: 900px;
  margin: 0 auto;
}
#company .award-content .map-box .container-box .hk, #company .award-content .map-box .container-box .macao {
  position: absolute;
}
#company .award-content .map-box .container-box .hk {
  bottom: 18%;
  right: 35%;
}
#company .award-content .map-box .container-box .macao {
  bottom: 17%;
  right: 38%;
}
#company .award-content .map-box .container-box .p-icon {
  width: 20px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 28px;
  position: absolute;
  background-image: url("../images/2121.png");
}
#company .award-content .map-box .container-box .p-icon.icon-zj {
  bottom: 37%;
  right: 28.5%;
}
#company .award-content .map-box .container-box .p-icon.icon-js {
  bottom: 45%;
  right: 29.5%;
}
#company .award-content .map-box .container-box .p-icon.icon-sd {
  bottom: 51%;
  right: 30%;
}
#company .award-content .map-box .container-box .p-icon.icon-jjj {
  bottom: 57%;
  right: 34%;
}
#company .award-content .map-box .container-box .p-icon.icon-ln {
  bottom: 62%;
  right: 27%;
}
#company .award-content .map-box .container-box .p-icon.icon-hlj {
  bottom: 74%;
  right: 17%;
}
#company .award-content .map-box .container-box .p-icon.icon-nmg {
  bottom: 65%;
  right: 37%;
}
#company .award-content .map-box .container-box .p-icon.icon-hn {
  bottom: 46%;
  right: 37%;
}
#company .award-content .map-box .container-box .p-icon.icon-hb {
  bottom: 40%;
  right: 40%;
}
#company .award-content .map-box .container-box .p-icon.icon-hunan {
  bottom: 33%;
  right: 40%;
}
#company .award-content .map-box .container-box .p-icon.icon-ah {
  bottom: 41%;
  right: 32%;
}
#company .award-content .map-box .container-box .p-icon.icon-jx {
  bottom: 33%;
  right: 34%;
}
#company .award-content .map-box .container-box .p-icon.icon-jx {
  bottom: 33%;
  right: 34%;
}
#company .award-content .map-box .container-box .p-icon.icon-fj {
  bottom: 29%;
  right: 31%;
}
#company .award-content .map-box .container-box .p-icon.icon-gd {
  bottom: 23%;
  right: 35%;
}
#company .award-content .map-box .container-box .p-icon.icon-hainan {
  bottom: 13%;
  right: 43%;
}
#company .award-content .map-box .container-box .p-icon.icon-gx {
  bottom: 23%;
  right: 43%;
}
#company .award-content .map-box .container-box .p-icon.icon-gz {
  bottom: 30%;
  right: 45%;
}
#company .award-content .map-box .container-box .p-icon.icon-yl {
  bottom: 26%;
  right: 54%;
}
#company .award-content .map-box .container-box .p-icon.icon-sc {
  bottom: 38%;
  right: 52%;
}
#company .award-content .map-box .container-box .p-icon.icon-sx {
  bottom: 49%;
  right: 42%;
}
#company .award-content .map-box .container-box .p-icon.icon-cq {
  bottom: 38%;
  right: 44%;
}
#company .award-content .map-box .container-box .p-icon.icon-qh {
  bottom: 48%;
  right: 62%;
}
#company .award-content .map-box .container-box .p-icon.icon-xj {
  bottom: 60%;
  right: 75%;
}
#company .award-content .map-box .container-box .p-icon.icon-gs {
  bottom: 48%;
  right: 49%;
}
#company .award-content .map-box .container-box .p-icon.icon-nx {
  bottom: 52%;
  right: 47%;
}
#company .award-content .map-box .container-box .p-icon.icon-xz {
  bottom: 40%;
  right: 70%;
}
#company .award-content .map-box .container-box .p-icon.icon-tw {
  bottom: 22%;
  right: 28%;
}
#company .award-content .map-box .container-box .p-icon.icon-sxx {
  bottom: 53%;
  right: 39%;
}
#company .award-content .map-box .container-box .p-icon.icon-bj {
  bottom: 57%;
  right: 32%;
}
#company .award-content .map-box .container-box .p-icon.icon-tj {
  bottom: 60%;
  right: 33%;
}
#company .award-content .map-box .container-box .p-icon.icon-sh {
  bottom: 40%;
  right: 27%;
}
#company .award-content .map-box .container-box .p-icon.icon-jl {
  bottom: 66%;
  right: 20%;
}
#company .award-content .map-box .container-box #container {
  width: 100%;
  height: 100%;
}
#company .award-content .map-box .company-items {
  display: none;
}
#company .award-content .map-box .company-items .items-box {
  margin-bottom: 0.4rem;
}
#company .award-content .map-box .company-items .items-box .tops {
  color: #c9261d;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
#company .award-content .map-box .company-items .items-box .com-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#company .award-content .map-box .company-items .items-box .com-list span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
#company .award-content #map01 img {
  width: 864px;
}
#company .award-content #map02 img {
  width: 1266px;
}
#company .company .intro-box {
  margin-top: 40px;
}
#company .company .intro-box .left {
  width: 820px;
  float: left;
}
#company .company .intro-box .left .title-box .t1 {
  font-size: 40px;
  color: #c9261d;
}
#company .company .intro-box .left .title-box .t2 {
  color: #666;
  font-size: 22px;
}
#company .company .intro-box .left .title-box .t3 {
  color: #333;
  font-size: 24px;
  margin-top: 10px;
}
#company .company .intro-box .left .info-box {
  margin-top: 30px;
}
#company .company .intro-box .left .info-box p {
  line-height: 2em;
  text-align: justify;
}
#company .company .intro-box .right {
  width: 825px;
  float: right;
}
#company .company .intro-box .right .img-box {
  width: 100%;
}
#company .company .intro-box .right .intro-video {
  width: 100%;
  height: 570px;
  margin-top: 175px;
}
#company .company .intro-box .right .intro-video video {
  width: 100%;
  height: 100%;
  outline: none;
  background: #000;
}
#company .company .intro-pic {
  width: 100%;
  padding: 40px 0 55px;
  margin-top: 50px;
  background: #f8f8f8;
}
#company .company .intro-pic .title-box .tt {
  font-size: 40px;
  color: #333;
}
#company .company .intro-pic .title-box .t1 {
  color: #999;
  font-size: 22px;
}
#company .company .intro-pic .intro-bg {
  background-color: #000421;
  position: relative;
  padding: 16px 0;
  margin-top: 30px;
}
#company .company .intro-pic .intro-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background-image: url("../images/video-line.png");
  background-repeat: no-repeat;
  background-size: 100% 16px;
  top: 0;
  left: 0;
}
#company .company .intro-pic .intro-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background-image: url("../images/video-line.png");
  background-repeat: no-repeat;
  background-size: 100% 16px;
  bottom: 0;
  left: 0;
}
#company .company .intro-pic .intro-bg .intro-swiper {
  width: 100%;
  height: 224px;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper {
  width: 100%;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide {
  width: 396px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide .intro-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide .intro-mask .large {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url("../images/large.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide .intro-mask .text {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  line-height: 2em;
  text-align: center;
  width: 100%;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#company .company .intro-pic .intro-bg .intro-swiper .swiper-wrapper .swiper-slide:hover .intro-mask {
  display: block;
}
#company .company .development-history {
  padding-top: 50px;
  width: 100%;
  height: 720px;
  background-size: cover;
  background-image: url("../images/intro-bg.png");
  background-repeat: no-repeat;
}
#company .company .development-history .title-box .tt {
  font-size: 40px;
  color: #333;
}
#company .company .development-history .title-box .t1 {
  color: #999;
  font-size: 22px;
}
#company .company .development-history .develop-swiper {
  width: 100%;
  height: 450px;
}
#company .company .development-history .develop-swiper .swiper-wrapper {
  width: 100%;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide {
  width: 420px !important;
  height: 100%;
  padding-top: 70px;
  transition: all 0.6s;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide .year-box {
  width: 100%;
  height: 64px;
  background-image: url("../images/intro_line02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide .year-box span {
  color: #c9261d;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide .info-box {
  padding: 50px 40px 0;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide .info-box p {
  line-height: 2em;
  color: #666;
  font-size: 14px;
}
#company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(39, 2, 0, 0.1);
  border-radius: 5px;
}
#company .company .development-history .develop-swiper .swiper-button-prev-develop {
  width: 40px;
  height: 40px;
  background-image: url("../images/intro_arr.png");
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background-size: cover;
  background-position: center;
  outline: none;
  cursor: pointer;
  margin-top: -120px;
  left: 0;
}
#company .company .development-history .develop-swiper .swiper-button-prev-develop.swiper-button-disabled {
  display: none;
  opacity: 1;
  cursor: pointer;
}
#company .company .development-history .develop-swiper .swiper-button-next-develop {
  width: 40px;
  height: 40px;
  background-image: url("../images/intro_arr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  outline: none;
  cursor: pointer;
  margin-top: -120px;
  right: 0;
}
#company .company .development-history .develop-swiper .swiper-button-next-develop.swiper-button-disabled {
  display: none;
  opacity: 1;
  cursor: pointer;
}
#company .area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}
#company .com-area-box {
  padding: 25px 25px 30px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  z-index: 1000;
  display: none;
}
#company .com-area-box .tops {
  color: #c9261d;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
#company .com-area-box .com-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#company .com-area-box .com-list span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

#manage-college .college {
  margin-top: 40px;
  margin-bottom: 80px;
}
#manage-college .college .staff-display {
  width: 100%;
  height: 510px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#manage-college .college .staff-display .left {
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#manage-college .college .staff-display .right {
  padding: 45px 40px 0 40px;
  box-sizing: border-box;
  width: calc(100% - 600px);
  height: 100%;
  background: #fff;
}
#manage-college .college .staff-display .right .title {
  font-size: 24px;
  color: #333;
  line-height: 1.8em;
}
#manage-college .college .staff-display .right .title .t2 {
  font-size: 18px;
  padding-left: 20px;
  line-height: 1.5em;
}
#manage-college .college .staff-display .right .info-box {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 35px;
  height: 330px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}
#manage-college .college .staff-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #f3f4f5;
}
#manage-college .college .staff-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #f3f4f5;
}
#manage-college .college .staff-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #c9261d;
}
#manage-college .college .staff-display .right .info-box p {
  /*margin-bottom: 30px; */
}
#manage-college .college .staff-display .right .more {
  color: #999999;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
}
#manage-college .college .staff-display:hover .right .more {
  color: #c9261d;
}
#manage-college .college .college-display {
  width: 100%;
  height: 520px;
}
#manage-college .college .college-display .left {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
#manage-college .college .college-display .right {
  float: right;
  padding: 50px 25px 0 40px;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background: #fff;
  position: relative;
}
#manage-college .college .college-display .right .title {
  font-size: 30px;
  color: #333;
  line-height: 1.5em;
}
#manage-college .college .college-display .right .info-box {
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 50px;
  height: 270px;
  overflow-y: auto;
  /*定义滑块 内阴影+圆角*/
}
#manage-college .college .college-display .right .info-box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
#manage-college .college .college-display .right .info-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #ffffff;
}
#manage-college .college .college-display .right .info-box::-webkit-scrollbar-thumb {
  background-color: #fed130;
}
#manage-college .college .college-display .right .date {
  color: #bbb;
  font-size: 14px;
  bottom: 30px;
  position: absolute;
}
#manage-college .college .college-list {
  margin-top: 40px;
}
#manage-college .college .college-list li {
  width: 530px;
  height: 660px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  margin-bottom: 40px;
}
#manage-college .college .college-list li .pic {
  width: 100%;
  overflow: hidden;
}
#manage-college .college .college-list li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#manage-college .college .college-list li .info-box {
  padding: 25px 30px 0;
}
#manage-college .college .college-list li .info-box .tt {
  color: #333;
  font-size: 24px;
}
#manage-college .college .college-list li .info-box .info {
  line-height: 2em;
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}
#manage-college .college .college-list li .bottom {
  height: 60px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #eaeaea;
  display: block;
}
#manage-college .college .college-list li .bottom .time {
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #bbb;
  font-size: 14px;
}
#manage-college .college .college-list li .bottom .arr {
  width: 60px;
  height: 60px;
  background-image: url("../images/index16.png");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center center;
  border-left: 1px solid #eaeaea;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
#manage-college .college .college-list li:nth-of-type(3n) {
  margin-right: 0;
}
#manage-college .college .college-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(113, 6, 0, 0.2);
}
#manage-college .college .college-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#manage-college .college .college-list li:hover .info-box .tt {
  color: #c9261d;
}
#manage-college .college .college-list li:hover .bottom .arr {
  background-color: #c9261d;
  background-image: url("../images/index15.png");
}
#manage-college .college .college-intro .title-box .t1 {
  color: #c9261d;
  font-size: 40px;
}
#manage-college .college .college-intro .title-box .t2 {
  color: #666;
  font-size: 22px;
}
#manage-college .college .college-intro .title-box .tt {
  color: #333;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#manage-college .college .college-intro .college-box {
  width: 100%;
  height: 550px;
}
#manage-college .college .college-intro .college-box .left {
  width: 50%;
  height: 100%;
  padding: 40px 40px 0;
  background: #fff;
}
#manage-college .college .college-intro .college-box .left .tt {
  color: #333;
  font-size: 24px;
  display: flex;
  align-items: center;
}
#manage-college .college .college-intro .college-box .left .tt span {
  display: inline-block;
  vertical-align: text-bottom;
  width: 4px;
  height: 22px;
  background: #c9261d;
  margin-right: 10px;
}
#manage-college .college .college-intro .college-box .left .info {
  height: 390px;
  overflow-y: auto;
  margin-top: 25px;
  padding-right: 10px;
  /*定义滑块 内阴影+圆角*/
}
#manage-college .college .college-intro .college-box .left .info::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F3F4F5;
}
#manage-college .college .college-intro .college-box .left .info::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #F3F4F5;
}
#manage-college .college .college-intro .college-box .left .info::-webkit-scrollbar-thumb {
  background-color: #c9261d;
}
#manage-college .college .college-intro .college-box .left .info p {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
#manage-college .college .college-intro .college-box .left .info p:last-of-type {
  margin-bottom: 0;
}
#manage-college .college .college-intro .college-box .right {
  width: 50%;
  height: 100%;
}
#manage-college .college .college-intro .college-box .right .college-swiper {
  height: 100%;
}
#manage-college .college .college-intro .college-box .right .college-swiper .swiper-wrapper {
  height: 100%;
}
#manage-college .college .college-intro .college-box .right .college-swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#manage-college .college .college-intro .college-box .right .college-swiper .swiper-wrapper .swiper-slide .txt-box {
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  left: 40px;
  position: absolute;
}
#manage-college .college .college-intro .college-box .right .college-swiper .college-page {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 80px;
  height: 30px;
  text-align: right;
}
#manage-college .college .college-intro .college-box .right .college-swiper .college-page .swiper-pagination-bullet {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.7);
}
#manage-college .college .college-intro .college-box .right .college-swiper .college-page .swiper-pagination-bullet-active {
  background: #c9261d;
}
#manage-college .college .teach-intro {
  background-color: #fff;
  padding: 30px 30px 40px;
}
#manage-college .college .teach-intro .title {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
}
#manage-college .college .teach-intro .title span {
  width: 4px;
  height: 22px;
  display: inline-block;
  background-color: #c9261d;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#manage-college .college .teach-intro .item-box {
  margin-top: 25px;
}
#manage-college .college .teach-intro .item-box .left {
  width: 50%;
  border-right: 1px solid #eee;
}
#manage-college .college .teach-intro .item-box .left .pic {
  width: 240px;
  height: 160px;
  overflow: hidden;
  float: left;
}
#manage-college .college .teach-intro .item-box .left .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#manage-college .college .teach-intro .item-box .left .info-box {
  width: calc(100% - 240px);
  float: left;
  padding-left: 30px;
  padding-right: 10px;
}
#manage-college .college .teach-intro .item-box .left .info-box .tt {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}
#manage-college .college .teach-intro .item-box .left .info-box .info {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
#manage-college .college .teach-intro .item-box .left:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#manage-college .college .teach-intro .item-box .left:hover .info-box .tt {
  color: #c9261d;
}
#manage-college .college .teach-intro .item-box .right {
  width: 50%;
  padding-left: 40px;
}
#manage-college .college .teach-intro .item-box .right .t1 {
  color: #333;
  font-size: 18px;
}
#manage-college .college .teach-intro .item-box .right .info {
  font-size: 14px;
  color: #666;
  line-height: 2em;
  margin-top: 15px;
  width: 90%;
}
#manage-college .college .college-ul {
  margin-top: 35px;
}
#manage-college .college .college-ul li {
  width: 540px;
  float: left;
  cursor: pointer;
  margin-right: 30px;
  transition: all 0.6s;
}
#manage-college .college .college-ul li .pic {
  width: 100%;
  height: 324px;
  overflow: hidden;
}
#manage-college .college .college-ul li .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#manage-college .college .college-ul li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 30px;
  background: #fff;
}
#manage-college .college .college-ul li .info .left {
  color: #333;
  font-size: 24px;
}
#manage-college .college .college-ul li .info .left span {
  width: 4px;
  height: 24px;
  background: #c9261d;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
#manage-college .college .college-ul li .info .arr {
  width: 12px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/arr-icon02.png");
}
#manage-college .college .college-ul li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#manage-college .college .college-ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#manage-college .college .college-ul li:hover .info .arr {
  background-image: url("../images/arr-icon01.png");
}
#manage-college .college .college-ul li:nth-of-type(3) {
  margin-right: 0;
}
#manage-college .college .pic-display {
  padding: 40px 30px 50px;
  background: #fff;
  margin-top: 35px;
}
#manage-college .college .pic-display .title {
  color: #333;
  font-size: 24px;
}
#manage-college .college .pic-display .title span {
  width: 4px;
  height: 24px;
  background: #c9261d;
  display: inline-block;
  vertical-align: text-bottom;
}
#manage-college .college .pic-display .display-swiper {
  padding: 30px 0 50px;
}
#manage-college .college .pic-display .display-swiper .swiper-wrapper .swiper-slide {
  width: 600px !important;
  height: 400px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#manage-college .college .pic-display .display-swiper .swiper-wrapper .swiper-slide .txt-box {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 40px;
}
#manage-college .college .pic-display .display-swiper .swiper-pagination-display {
  width: 100%;
  top: auto;
  bottom: 0;
}
#manage-college .college .pic-display .display-swiper .swiper-pagination-display .swiper-pagination-progressbar-fill {
  background: #c9261d;
}
#manage-college .college .system-content {
  padding: 35px 30px 60px;
  background: #fff;
}
#manage-college .college .system-content .s-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#manage-college .college .system-content .system-box .title-box .t1 {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
#manage-college .college .system-content .system-box .system-ul {
  margin-top: 30px;
  display: flex;
}
#manage-college .college .system-content .system-box .system-ul li {
  width: 520px;
  height: auto;
  padding: 30px 40px 20px 30px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 30px;
  position: relative;
  transition: all 0.6s;
  border: 1px solid #ddd;
  float: left;
}
#manage-college .college .system-content .system-box .system-ul li img {
  width: 30px;
}
#manage-college .college .system-content .system-box .system-ul li .tt {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
}
#manage-college .college .system-content .system-box .system-ul li .info {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
  text-align: justify;
}
#manage-college .college .system-content .system-box .system-ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("../images/add.png");
  background-size: cover;
  background-repeat: no-repeat;
  right: -20px;
  top: calc(50% - 5px);
}
#manage-college .college .system-content .system-box .system-ul li:nth-of-type(3) {
  margin-right: 0;
}
#manage-college .college .system-content .system-box .system-ul li:nth-of-type(3):after {
  width: 0;
}
#manage-college .college .system-content .system-box .system-ul li:hover {
  background-color: #c9261d;
  box-shadow: 0px 10px 15px 0px rgba(33, 2, 0, 0.2);
  border: 0;
}
#manage-college .college .system-content .system-box .system-ul li:hover .tt, #manage-college .college .system-content .system-box .system-ul li:hover .info {
  color: #fff;
}
#manage-college .college .system-content .system01 {
  margin-top: 40px;
}
#manage-college .college .system-content .system01 .img-box {
  padding: 60px 0 55px;
  text-align: center;
}
#manage-college .college .system-content .system02 .sys-process-box {
  margin-top: 40px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-nav {
  width: 100%;
  height: 70px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-nav li {
  width: 33.3333333%;
  height: 100%;
  float: left;
  text-align: center;
  transition: all 0.6s;
  background-color: #e9e9e9;
  border-right: 1px solid #fff;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-nav li a {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  font-size: 18px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-nav .active {
  background-color: #c9261d;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-nav .active a {
  color: #fff;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box {
  width: 100%;
  background-color: #f7f7f7;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul {
  padding: 105px 40px 125px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li {
  padding: 50px 0 0;
  position: relative;
  text-align: center;
  width: 200px;
  height: 170px;
  background: #fff;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  margin-right: 23px;
  transition: all 0.6s;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .t1 {
  position: absolute;
  font-size: 14px;
  color: #ddd;
  position: absolute;
  left: 20px;
  top: 20px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li img {
  width: 40px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .info {
  color: #666;
  font-size: 14px;
  margin-top: 40px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .t2 {
  font-size: 60px;
  font-weight: bold;
  color: #f7f7f7;
  position: absolute;
  bottom: -40px;
  right: 0;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li:nth-of-type(7) {
  margin-right: 0;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li:hover {
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul {
  padding: 30px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li {
  height: 50px;
  margin-bottom: 10px;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left {
  width: 130px;
  height: 100%;
  line-height: 50px;
  background-color: #e9e9e9;
  position: relative;
  color: #333;
  font-size: 14px;
  float: left;
  text-align: center;
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/arr01.png");
  right: -20px;
  top: calc(50% - 4px);
}
#manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
  width: 1400px;
  height: 100%;
  padding-left: 20px;
  background: #fff;
  line-height: 50px;
  float: right;
}
#manage-college .college .course-list li {
  width: 825px;
  height: 220px;
  background: #fff;
  padding: 30px 10px 30px 30px;
  transition: all 0.6s;
  cursor: pointer;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#manage-college .college .course-list li .pic {
  width: 240px;
  height: 160px;
  overflow: hidden;
  float: left;
}
#manage-college .college .course-list li .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#manage-college .college .course-list li .info-box {
  width: calc(100% - 240px);
  float: left;
  padding-left: 30px;
}
#manage-college .college .course-list li .info-box .tt {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}
#manage-college .college .course-list li .info-box .info {
  color: #666;
  font-size: 14px;
  line-height: 2em;
  height: 110px;
  overflow: hidden;
}
#manage-college .college .course-list li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#manage-college .college .course-list li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#manage-college .college .course-list li:hover .info-box .tt {
  color: #c9261d;
}
#manage-college .college .course-list li:nth-of-type(2n) {
  margin-right: 0;
}
#manage-college .course-content {
  padding-bottom: 65px;
  background: #232327;
}
#manage-college .course-content .top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#manage-college .course-content .top img {
  width: 149px;
}
#manage-college .course-content .top a {
  color: #fff;
  font-size: 14px;
}
#manage-college .course-content .video-box video {
  width: 100%;
  height: 780px;
}
#manage-college .course-content .video-box .video-info {
  background: #fff;
  height: 98px;
  padding: 15px 0 0 30px;
}
#manage-college .course-content .video-box .video-info .t1 {
  color: #333;
  font-size: 24px;
}
#manage-college .course-content .video-box .video-info .t2 {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
#manage-college .video-intro {
  width: 100%;
  background: #fff;
  padding: 30px;
  margin-top: 20px;
}
#manage-college .video-intro .title {
  font-size: 24px;
  color: #333;
}
#manage-college .video-intro .title span {
  width: 4px;
  height: 22px;
  display: inline-block;
  background-color: #c9261d;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#manage-college .video-intro .video-list {
  margin-top: 20px;
}
#manage-college .video-intro .video-list li {
  width: 520px;
  float: left;
  margin-right: 30px;
}
#manage-college .video-intro .video-list li .pic {
  width: 100%;
  position: relative;
}
#manage-college .video-intro .video-list li .pic &gt; img {
  width: 100%;
}
#manage-college .video-intro .video-list li .pic .v-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#manage-college .video-intro .video-list li .pic .v-cover .play {
  width: 55px;
  height: 55px;
  background-image: url("../images/play.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  cursor: pointer;
}
#manage-college .video-intro .video-list li .info {
  margin-top: 10px;
}
#manage-college .video-intro .video-list li .info .t1 {
  font-size: 18px;
  color: #000033;
}
#manage-college .video-intro .video-list li .info .t2 {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
#manage-college .video-intro .video-list li:nth-of-type(3) {
  margin-right: 0;
}

#search .search-result {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  min-height: 600px;
}
#search .search-result .item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}
#search .search-result .item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#search .search-result .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #c9261d;
  margin-right: 10px;
}
#search .search-result .item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}
#search .search-result .item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}
#search .search-result .pages-box {
  margin-top: 30px;
}

@media screen and (max-width: 1900px) {
  .header .center-head {
    width: 90%;
  }
  .header .center-head .right .nav li {
    padding: 0 23px;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box {
    width: 90%;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box .t1 img {
    width: 35%;
  }
  #index .index-banner .index-swiper .swiper-slide:nth-of-type(3) .center-position .text-box .t1 img {
    width: 43%;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position {
    top: 45%;
  }
  #index .num-position {
    margin-top: -110px;
  }
  #index .num-position .num-box {
    width: 90%;
  }
  #index .num-position .num-box li {
    padding: 0;
  }
  .center {
    width: 90%;
  }
  #index .business-area .area-box .area-position .area-list {
    width: 90%;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover {
    padding: 30px 25px 0;
  }
  #index .example-intro .example-list-box li {
    width: 24%;
    margin-right: 1.3333%;
    overflow: hidden;
  }
  #index .advantage-box .advantage-position {
    padding-top: 40px;
  }
  #index .advantage-box .advantage-position .list-box .adan-list {
    margin-top: 40px;
  }
  #index .advantage-box .advantage-position .list-box .adan-list li {
    padding: 30px 0 0 100px;
    height: 185px;
  }
  #index .company-news .news-box li {
    width: 24%;
    margin-right: 1.3333%;
    height: 510px;
  }
  #index .two-template &gt; div .tem-position {
    padding: 55px 0 0 75px;
  }
  #index .num-position .num-box li .pad1 {
    padding-left: 30%;
  }
  #index .num-position .num-box li .pad3 {
    padding-left: 13%;
  }
  #index .num-position .num-box li .pad2 {
    padding-left: 35%;
  }
  #index .advantage-box {
    height: 600px;
  }
  #index .advantage-box .advantage-position .pot-list li {
    width: 260px;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(1) {
    top: 35.5%;
    left: 5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(2) {
    top: 32.5%;
    left: 26.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(3) {
    top: 45%;
    left: 42%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(4) {
    top: 40.5%;
    left: 57.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(5) {
    top: 32%;
    left: 78.5%;
  }
  #index .advantage-box .advantage-position .pot-list li .pic-logo {
    width: 115px;
  }
  #company .award-content .award-list li {
    width: 32%;
    height: auto;
    margin-right: 2%;
  }
  #company .award-content .award-list li .pic {
    height: auto;
  }
  #case .case-detail-box .case-box .content .left-cont {
    width: 75%;
  }
  #case .case-detail-box .case-box .content .right-cont {
    width: 22%;
  }
  #case .case-content .case-list li {
    height: auto;
    width: 24%;
    margin-right: 1.333333%;
    margin-top: 1.3333%;
  }
  #case .case-content .case-list li .pic {
    height: auto;
  }
  #manage-college .college .college-list li {
    width: 32%;
    margin-right: 2%;
    height: 580px;
  }
  #manage-college .college .college-display {
    height: 460px;
  }
  #manage-college .college .college-display .right .info-box {
    height: 240px;
  }
  #manage-college .college .college-ul li {
    width: 32%;
    margin-right: 2%;
  }
  #manage-college .college .college-ul li .pic {
    height: auto;
  }
  #culture .culture-content .party04-box .party-news-list li {
    height: 580px;
    width: 32%;
    margin-right: 2%;
  }
  #culture .culture-content .party01-box .party01 img {
    width: 61%;
  }
  #culture .culture-content .people-box .people-list li {
    width: 32%;
    margin-right: 2%;
  }
  #culture .culture-content .people-box .people-list li .pic {
    height: auto;
  }
  #culture .culture-content .philosophy-box .left {
    padding-left: 70px;
    padding-right: 15px;
  }
  #culture .culture-content .value-box {
    padding-top: 50px;
  }
  #company .company .intro-box .left, #company .company .intro-box .right {
    width: 49%;
  }
  #news .news-content .news-list li {
    width: 32%;
    margin-right: 2%;
    height: 580px;
  }
  #news .news-content .news-display {
    height: 460px;
  }
  #news .news-content .news-display .right .info-box {
    height: 190px;
  }
  #manage-college .video-intro .video-list li {
    width: 32%;
    margin-right: 2%;
  }
  #technology .tech-content .info-manage-box .left {
    width: 50%;
  }
  #technology .tech-content .info-manage-box .right {
    width: 41%;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul {
    display: flex;
    justify-content: space-between;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li {
    margin-right: 0;
    width: 140px;
    height: 140px;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li:after {
    display: none;
  }
  #manage-college .college .system-content .system-box .system-ul {
    display: flex;
  }
  #manage-college .college .system-content .system-box .system-ul li {
    width: 32%;
    margin-right: 2%;
    padding: 20px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul {
    padding: 50px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li {
    width: 24%;
    margin-right: 1.3333%;
    margin-bottom: 1.333%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .t2 {
    bottom: -30px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
    width: 90%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left {
    width: 8%;
  }
  #manage-college .college .teach-intro .item-box .right .info {
    width: 100%;
  }
  #technology .tech-content .tech-box .left-cont {
    width: 15%;
    padding: 30px 0 0 20px;
  }
  #technology .tech-content .tech-box .right-cont {
    width: 83%;
  }
  #manage-college .college .staff-display .right .info-box {
    height: 290px;
  }
  #company .award-content #map02 {
    padding: 20px 60px;
  }
  #company .award-content #map02 img {
    width: 100%;
  }
  #technology .tech-content .info-manage-box .right-banner {
    width: 41%;
  }
}
@media screen and (max-width: 1600px) {
  .header .center-head .right .nav li {
    padding: 0 20px;
  }
  .header .center-head .right .nav li a {
    font-size: 16px;
  }
  .footer .top01 .top-box .top-left {
    display: none;
  }
  .footer .top01 .top-box .top-center {
    width: 100%;
    padding: 55px 0 30px;
    border: 0;
  }
  .footer .top01 .top-box .top-right {
    display: none;
  }
  #index .num-position .num-box li .num .t2 {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
  }
  #index .advantage-box .advantage-position .list-box .ad-logo {
    width: 160px;
    margin-left: -80px;
    margin-top: -80px;
  }
  #index .advantage-box .advantage-position .list-box .adan-list li {
    padding: 25px 0 0 75px;
    height: 165px;
  }
  #index .advantage-box .advantage-position .list-box .adan-list li .tt {
    margin-bottom: 15px;
  }
  #index .index-banner .index-swiper {
    height: 100%;
  }
  #index .advantage-box .advantage-position .list-box .adan-list li p {
    line-height: 1.7em;
  }
  #index .company-news .news-box li {
    height: 480px;
  }
  #index .company-news .news-box li .info-box .tt {
    font-size: 20px;
  }
  #index .company-news .news-box li .bottom {
    height: 60px;
  }
  #index .company-news .news-box li .info-box {
    padding: 20px 20px 0;
  }
  #index .company-news .news-box li .bottom {
    height: 50px;
  }
  #index .company-news .news-box li .bottom .time {
    width: calc(100% - 50px);
    line-height: 50px;
    height: 50px;
  }
  #index .company-news .news-box li .bottom .arr {
    width: 50px;
    height: 50px;
  }
  #index .advantage-box {
    height: 580px;
  }
  #index .advantage-box .advantage-position .pot-list li {
    width: 231px;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(1) {
    top: 36.5%;
    left: 5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(2) {
    top: 27.5%;
    left: 26.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(3) {
    top: 47%;
    left: 42%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(4) {
    top: 41.5%;
    left: 57.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(5) {
    top: 27.5%;
    left: 78.5%;
  }
  #index .advantage-box .advantage-position .pot-list li .pic-logo {
    width: 105px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic {
    width: 100px;
    height: 100px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic .inner {
    line-height: 80px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic .inner &gt; img {
    width: 30px;
  }
  #manage-college .college .college-list li {
    height: 560px;
  }
  #manage-college .college .college-display .right .info-box {
    height: 210px;
  }
  #manage-college .college .college-intro .college-box {
    height: 440px;
  }
  #manage-college .college .college-intro .college-box .left .info {
    height: 310px;
  }
  #culture .culture-content .party04-box .party-news-list li {
    height: 560px;
  }
  #news .news-content .news-list li {
    height: 560px;
  }
  #news .news-content .news-display .right .info-box {
    height: 170px;
    margin-top: 30px;
  }
  #news .news-content .news-display .right .title {
    font-size: 30px;
  }
  #manage-college .college .staff-display .right .info-box {
    height: 250px;
  }
  #technology .tech-content .tech-box .left-cont .t1 {
    font-size: 22px;
  }
  #technology .tech-content .tech-box .left-cont .word p, #technology .tech-content .tech-box .left-cont .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1460px) {
  #index .num-position .num-box {
    height: 210px;
  }
  #index .num-position .num-box li .num .t2 {
    font-size: 55px;
    height: 55px;
    line-height: 55px;
  }
  .header .center-head .right .nav li {
    padding: 0 18px;
  }
  .header .center-head .right .nav &gt; li .nav-box &gt; li &gt; a {
    font-size: 12px;
  }
  .header .nav-content-bg {
    height: 330px;
  }
  .header .center-head .right .nav &gt; li .nav-box {
    height: 330px;
  }
  .header .center-head .right .nav &gt; li .nav-box &gt; li {
    height: 30px;
  }
  #index .num-position {
    margin-top: -105px;
  }
  #index .business-area .area-box .area-position .area-list li {
    font-size: 22px;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover {
    padding: 25px 15px 0;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .title {
    font-size: 22px;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .info {
    font-size: 12px;
    line-height: 2em;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .txt {
    font-size: 12px;
    padding: 5px;
  }
  #index .index-banner .index-swiper {
    height: 100%;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .arr {
    bottom: 20px;
  }
  #index .advantage-box .advantage-position .list-box .adan-list li {
    padding: 20px 0 0 75px;
    height: 150px;
  }
  #index .company-news .news-box li {
    height: 450px;
  }
  #index .icon-box .center .icon-list li .t2 {
    font-size: 12px;
  }
  #index .icon-box .center .icon-list li a .pic {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  #index .icon-box .center .icon-list li a .pic img {
    width: 35%;
  }
  #index .icon-box .center .icon-list li:nth-of-type(2) .pic img {
    width: 35%;
  }
  #index .advantage-box .advantage-position .pot-list li .pic-logo {
    width: 90px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic {
    width: 90px;
    height: 90px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic .inner {
    line-height: 70px;
  }
  #index .advantage-box .advantage-position .pot-list li .pic .inner &gt; img {
    width: 25px;
  }
  #index .advantage-box .advantage-position .pot-list li p {
    font-size: 12px;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(1) {
    top: 39.5%;
    left: 5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(2) {
    top: 35.5%;
    left: 26.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(3) {
    top: 50%;
    left: 42%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(4) {
    top: 43.5%;
    left: 60.5%;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(5) {
    top: 35%;
    left: 80.5%;
  }
  #manage-college .college .college-list li, #culture .culture-content .party04-box .party-news-list li {
    height: 540px;
  }
  #news .news-content .news-list li {
    height: 560px;
  }
  #technology .tech-content .info-manage-box .right {
    height: 280px;
  }
  #culture .culture-content .staff-display .right .info-box {
    height: 290px;
  }
  #case .case-content .case-nav-box .line-item.line-item01 .down-icon {
    display: block;
  }
  #technology .tech-content .info-manage-box .right-banner {
    height: 280px;
  }
  #contact .contact .address-box #map {
    overflow: auto;
  }
  #contact .contact .address-box #map::-webkit-scrollbar {
    width: 0.05rem;
    height: 0.05rem;
  }
  #contact .contact .address-box #map::-webkit-scrollbar-thumb {
    background-color: #c9261d;
  }
}
@media screen and (max-width: 1386px) {
  .header .center-head {
    width: 95%;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box {
    width: 95%;
  }
  #index .num-position .num-box {
    width: 95%;
  }
  #index .num-position .num-box li img {
    width: 7%;
  }
  .center {
    width: 95%;
  }
  #index .business-area .area-box .area-position .area-list {
    width: 95%;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont .t1 {
    font-size: 20px;
  }
  #index .two-template &gt; div .tem-position {
    padding: 35px 0 35px 35px;
  }
  #index .index-banner .index-swiper {
    height: 100%;
  }
  .header .center-head .right .nav li a {
    font-size: 14px;
  }
  .header .center-head .logo {
    width: 15%;
  }
  #news .news-content .content {
    padding: 30px 30px 0;
  }
  #news .news-content .news-nav-right .nav-list li {
    padding: 15px;
  }
  #manage-college .college .college-intro .college-box {
    height: 390px;
  }
  #manage-college .college .college-intro .college-box .left .info {
    height: 250px;
  }
  #culture .culture-content .philosophy-box .left-box01 {
    padding-top: 65px;
  }
  #culture .culture-content .philosophy01 {
    padding: 30px 0 50px;
  }
  #culture .culture-content .philosophy-box .left-box02 {
    padding-top: 10px;
  }
  .cul-title-box .t1 {
    font-size: 28px;
  }
  #culture .culture-content .philosophy-box .right {
    height: 380px;
  }
  #culture .culture-content .philosophy-box .left .info-box .tt {
    font-size: 16px;
  }
  #culture .culture-content .philosophy-box .left .info-box .info {
    font-size: 12px;
  }
  #culture .culture-content .philosophy02 {
    padding: 30px 0 50px;
  }
  #culture .culture-content .philosophy-box .left {
    width: 100%;
  }
  #culture .culture-content .philosophy-box .right {
    height: 4rem;
    width: 100%;
  }
  #culture .culture-content .philosophy-box .left {
    padding: 0 0.25rem 0.25rem;
  }
  #culture .culture-content .philosophy01 {
    padding: 0.2rem 0;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
    height: 450px;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 680px;
    height: 400px;
  }
  #manage-college .college .teach-intro .item-box .right .info, #manage-college .college .teach-intro .item-box .left .info-box .info {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .header .center-head .right .nav li {
    padding: 0 15px;
  }
  .header .center-head .right .nav li a {
    font-size: 12px;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index .index-banner .index-swiper .page-box {
    left: 27px;
  }
  #index .num-position .num-box li .num .t2 {
    font-size: 40px;
  }
  #index .num-position .num-box li .info p {
    font-size: 12px;
  }
  .com-title {
    text-align: center;
    font-size: 32px;
    width: 100%;
  }
  #index .business-area .area-box {
    height: 620px;
    background-size: cover;
  }
  #index .example-intro {
    margin-top: 50px;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont .award span {
    font-size: 12px;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont .t1 {
    font-size: 14px;
  }
  #index .example-intro .example-nav .com-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #index .example-intro .example-nav .right {
    width: 100%;
    justify-content: space-between;
  }
  #index .example-intro .example-nav .right li {
    margin-left: 0;
  }
  #index .example-intro .checkMore {
    margin-top: 50px;
  }
  #index .advantage-box {
    margin-top: 50px;
  }
  #index .advantage-box .advantage-position .pot-list li {
    width: 170px;
  }
  #index .company-news {
    padding: 50px 0 50px;
  }
  #index .company-news .company-nav .right {
    width: 100%;
    justify-content: space-between;
  }
  #index .company-news .company-nav .right li {
    width: 150px;
    margin-left: 0;
  }
  #index .company-news .company-nav .com-title {
    margin-top: 0;
  }
  #index .business-area .area-box {
    margin-bottom: 30px;
  }
  #index .company-news .company-nav .com-title {
    margin-bottom: 30px;
  }
  #index .company-news .news-box li {
    height: 390px;
  }
  #index .company-news .more {
    margin-top: 50px;
  }
  #index .two-template &gt; div .tem-position {
    padding: 25px 0 0px 25px;
  }
  #index .two-template &gt; div .tem-position .t1 {
    font-size: 28px;
  }
  #index .two-template &gt; div .tem-position .more {
    width: 155px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
  }
  #index .company-news .news-box li .info-box .tt {
    font-size: 18px;
  }
  #index .icon-box {
    padding: 80px 0 80px;
  }
  #index .icon-box .center .icon-list li a .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #index .icon-box .center .icon-list li .t2 {
    width: 118px;
  }
  #index .company-news .news-box li .info-box {
    padding: 15px 15px 0;
  }
  #index .company-news .news-box li .info-box .tt {
    font-size: 16px;
  }
  #index .company-news .news-box li .info-box .info {
    margin-top: 10px;
    line-height: 1.8em;
  }
  #bidding .bidding-content .bidding-box li .info {
    width: 80%;
    font-size: 20px;
  }
  #manage-college .college .college-list li, #culture .culture-content .party04-box .party-news-list li, #news .news-content .news-list li {
    height: 490px;
  }
  #manage-college .college .system-content .system01 .img-box img {
    width: 100%;
  }
  #news .news-content .news-list li .info-box {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 1044px) {
  .header .center-head .logo {
    display: none;
  }
  .header .center-head .right {
    width: 100%;
  }
  .header .center-head .right .nav {
    width: 98%;
    justify-content: space-between;
  }
  .header .center-head .right .nav li a {
    font-size: 12px;
  }
  #index .index-banner .index-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #index .num-position {
    margin-top: -80px;
  }
  #index .num-position .num-box {
    height: 160px;
  }
  #index .num-position .num-box li .num .t2 {
    height: 35px;
    font-size: 35px;
  }
  #index .company-news .news-box li {
    height: 335px;
  }
  #index .company-news .news-box li .info-box .tt {
    font-size: 16px;
  }
  #index .company-news .news-box li .info-box .info {
    line-height: 1.8em;
    font-size: 12px;
    margin-top: 10px;
  }
  #index .example-intro .example-nav .right {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    height: 65px;
    /*定义滑块 内阴影+圆角*/
  }
  #index .example-intro .example-nav .right::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
  }
  #index .example-intro .example-nav .right::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5;
  }
  #index .example-intro .example-nav .right::-webkit-scrollbar-thumb {
    background: rgba(201, 38, 29, 0.8);
  }
  #index .example-intro .example-nav .right li {
    margin-right: 10px;
    padding: 0 10px;
    width: auto;
  }
  .friend-href {
    display: none;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .title {
    font-size: 18px;
  }
  #index .business-area .area-box .area-position .area-list li .info-cover .line {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #index .two-template &gt; div {
    width: 100%;
  }
  .header {
    display: none !important;
  }
  .header .center-head .right .nav li {
    padding: 0 10px;
  }
  .m-header {
    display: block;
    width: 100%;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
    box-sizing: border-box;
    padding: 0 0.2rem;
  }
  .m-header .logo {
    width: 1.8rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .logo .logo {
    display: block;
  }
  .m-header .logo .logo01 {
    display: none;
  }
  .m-header .icon {
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/menu.png");
  }
  .m-header .active {
    background-image: url("../images/cha.png");
  }
  .m-header-fix {
    background: #fff;
  }
  .m-header-fix .logo .logo {
    display: none;
  }
  .m-header-fix .logo .logo01 {
    display: block;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(210, 34, 42, 0.92);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/cha.png");
    position: absolute;
    top: 0;
    right: 0.25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: 0.2rem;
    bottom: 0.4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 1.5rem;
  }
  .m-cover .link-box .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
  .m-cover .link-box .search-box i {
    width: 0.32rem;
    height: 0.32rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/m_search.png");
  }
  .m-cover .link-box .search-box input {
    border: 0;
    padding-left: 0.1rem;
    padding-bottom: 0.1rem;
    width: 2.5rem;
    color: #fff;
    border-radius: 0;
    margin-left: 0.2rem;
    background: transparent;
    border-bottom: 1px solid #fff;
  }
  .m-cover .link-box a {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .inner-banner .com-nav li {
    width: 25%;
  }
  #company .award-content .award-list li .info {
    padding: 0 0.1rem;
  }
  .inner-banner .com-nav .center {
    width: 100%;
  }
  .inner-banner .com-nav.notice-nav li {
    width: 20%;
  }
  #news .news-content .content .title-box .t2 {
    font-size: 24px;
  }
  #news .news-content .content .cont {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
  }
  #news .news-content .news-nav-right .nav-list li .t2 {
    font-size: 14px;
  }
  #case .case-detail-box .case-box .content {
    padding: 0.3rem;
  }
  #case .case-detail-box .case-box .detail-bottom {
    padding: 0.25rem;
  }
  #case .case-detail-box .case-box .content .left-cont, #case .case-detail-box .case-box .content .right-cont {
    width: 100%;
  }
  .detail-bottom &gt; .right {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #case .case-content .case-nav-box .line-item .case-ul {
    margin-top: 0.2rem;
  }
  #case .case-content .intro-box {
    padding: 0.2rem;
  }
  #case .case-content .case-list li {
    width: 49%;
    margin-right: 2%;
  }
  #case .case-content .case-list li:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  #case .case-content .case-list li:nth-of-type(4n) {
    margin-right: 2%;
  }
  #manage-college .college .college-list li {
    height: 4rem;
  }
  #manage-college .college .college-display .right .title {
    font-size: 22px;
  }
  #manage-college .college .college-display .left {
    width: 100%;
  }
  #manage-college .college .college-display .right {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }
  #manage-college .college .college-display .right .info-box {
    margin-top: 0.4rem;
    height: auto;
  }
  #manage-college .college .college-display .right .date {
    bottom: 10px;
  }
  #manage-college .college .college-list li .info-box {
    padding: 0.2rem 0.2rem 0;
  }
  #manage-college .college .college-list li .info-box .tt {
    font-size: 16px;
  }
  #manage-college .college .college-intro .college-box {
    height: auto;
  }
  #manage-college .college .college-intro .college-box .left {
    padding: 0.25rem;
    width: 100%;
    height: auto;
  }
  #manage-college .college .college-intro .title-box .tt {
    font-size: 20px;
  }
  #manage-college .college .college-intro .college-box .left .info {
    height: auto;
  }
  #manage-college .college .college-intro .college-box .right {
    width: 100%;
    height: 4rem;
  }
  #manage-college .college .college-ul li .info {
    padding: 0 0.25rem;
    height: 0.6rem;
  }
  #manage-college .college .college-intro .college-box .left .info {
    padding-right: 0;
  }
  #culture .culture-content .party04-box .party-news-list li {
    height: 4rem;
  }
  #culture .culture-content .party04-box .party-news-list li .info-box {
    padding: 0.2rem 0.2rem 0;
  }
  #culture .culture-content .party04-box .party-news-list li .info-box .tt {
    font-size: 18px;
  }
  #culture .culture-content .party04-box .party-news-list li .info-box .info {
    margin-top: 0.2rem;
  }
  #culture .culture-content .party02-box .party02 .info-box .info .line .txt {
    width: 90%;
  }
  #culture .culture-content .party03-box .party-swiper {
    padding: 0.2rem 0 0.25rem;
  }
  #culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide {
    width: 5rem !important;
  }
  #culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .pic {
    height: auto;
  }
  #culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .info {
    font-size: 18px;
  }
  #culture .culture-content .value-box .value-list {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #culture .culture-content .value-box .value-list li {
    width: 50% !important;
    padding: 0.4rem 0;
  }
  #company .company .intro-box .left {
    width: 100%;
  }
  #company .company .intro-box .right {
    width: 100%;
  }
  #company .company .intro-box .right .intro-video {
    height: 4rem;
    margin-top: 0.5rem;
  }
  #news .news-content .news-list li {
    height: 4rem;
  }
  #news .news-content .news-list li .info-box {
    padding: 0.2rem;
  }
  #news .news-content .news-list li .info-box .tt {
    font-size: 16px;
  }
  #news .news-content .news-list li .info-box .info {
    margin-top: 0.2rem;
  }
  #news .news-content .news-display .left {
    width: 100%;
    height: 4rem;
  }
  #news .news-content .news-display .right {
    width: 100%;
  }
  #contact .contact .address-box {
    height: auto;
  }
  #contact .contact .address-box .left, #contact .contact .address-box .right {
    width: 100%;
  }
  #contact .contact .address-box .left {
    height: auto;
    padding: 0.5rem 0.2rem 0.2rem 0.4rem;
  }
  #contact .contact .address-box .right {
    height: 4rem;
  }
  #manage-college .course-content .video-box video {
    height: 5rem;
    margin-top: 0.4rem;
  }
  #manage-college .course-content .top {
    display: none;
  }
  #manage-college .video-intro {
    padding: 0.25rem;
  }
  #manage-college .course-content .video-box .video-info {
    height: auto;
    padding: 0.2rem;
  }
  #manage-college .course-content .video-box .video-info .t1 {
    font-size: 18px;
  }
  #technology .tech-content .info-manage-box .left {
    width: 100%;
  }
  #technology .tech-content .info-manage-box .right {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.2rem;
  }
  #technology .tech-content .tech-display {
    height: auto;
  }
  #technology .tech-content .tech-display .left {
    width: 100%;
    height: 4rem;
  }
  #technology .tech-content .tech-display .right {
    width: 100%;
    padding: 0.25rem;
  }
  #technology .tech-content .tech-display .right .info-box {
    height: auto;
    margin-top: 0.2rem;
  }
  #technology .tech-content .tech-display .right .title {
    font-size: 20px;
  }
  #technology .tech-content .research-detail .research-content {
    padding: 0 0.2rem 0.6rem 0.2rem;
  }
  #technology .tech-content .research-detail .research-content .re-right {
    padding: 0.1rem 0 0;
  }
  #technology .tech-content .research-detail .research-content .re-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #technology .tech-content .research-detail .research-content .re-left a {
    font-size: 16px;
  }
  #technology .tech-content .research-detail .research-content .re-right {
    width: 100%;
    border-left: 0;
  }
  #technology .tech-content .research-detail .research-content .re-left .active {
    font-weight: bold;
    font-size: 18px;
  }
  #technology .tech-content .research-detail .top-box {
    padding: 0.3rem;
  }
  #technology .tech-content .research-detail .top-box .title-box {
    font-size: 22px;
  }
  #technology .tech-content .research-detail .research-content .re-left .line {
    display: none;
  }
  #technology .tech-content .research-detail .research-content .re-left .active {
    border-bottom: 2px solid #c9261d;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
    height: 350px;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 450px;
    height: 300px;
  }
  #recruitment .recruitment-content .school-box .school-inner {
    padding: 0.2rem 0.2rem 2rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item02:first-of-type {
    width: 20%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item02:nth-of-type(2) {
    width: 70%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .left-box {
    width: 35%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .right-box {
    width: 65%;
  }
  #recruitment .recruitment-content .school-box .school-inner .code-content .left, #recruitment .recruitment-content .school-box .school-inner .code-content .right {
    width: 100%;
  }
  #recruitment .recruitment-content .school-box .school-inner .code-content .code-box {
    width: 150px;
    margin: 0 auto;
  }
  #recruitment .recruitment-content .school-box .school-inner .code-content .code-mar {
    margin-top: 0.2rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .school-bottom {
    width: 100%;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li {
    width: 1rem;
    height: 1rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li .t1 {
    font-size: 20px;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li .t2 {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .info p {
    font-size: 12px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t1 {
    font-size: 26px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t2 {
    font-size: 24px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .left .wave {
    width: 100px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .right {
    margin-top: 0.1rem;
  }
  #recruitment .recruitment-content .recruitment .recruit-center {
    padding: 0.2rem;
  }
  #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top {
    padding: 0 0.2rem;
  }
  #culture .culture-content .content {
    padding: 0.2rem 0.3rem 0;
    width: 100%;
  }
  #culture .culture-content .staff-nav-right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #culture .culture-content .staff-display {
    height: auto;
  }
  #culture .culture-content .staff-display .left {
    width: 100%;
    height: 4rem;
  }
  #culture .culture-content .staff-display .right {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }
  #culture .culture-content .staff-display .right .info-box {
    height: auto;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul {
    padding: 0.2rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .t2 {
    font-size: 44px;
    bottom: -24px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul {
    padding: 0.2rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li {
    height: auto;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left, #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
    padding: 0.1rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left {
    width: 15%;
    line-height: unset;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
    width: 80%;
    line-height: unset;
  }
  #company .concept {
    padding: 0.5rem;
  }
  #culture .culture-content .staff-display .right .more {
    bottom: 0.1rem;
  }
  #manage-college .college .staff-display {
    height: auto;
  }
  #manage-college .college .staff-display .left {
    width: 100%;
    height: 4rem;
  }
  #manage-college .college .staff-display .right {
    width: 100%;
    padding: 0.2rem 0.2rem 0.4rem;
    height: auto;
  }
  #manage-college .college .staff-display .right .info-box {
    height: auto;
    margin-top: 0.2rem;
  }
  #manage-college .college .staff-display .right .more {
    bottom: 0.1rem;
  }
  #manage-college .college .teach-intro {
    padding: 0.2rem;
  }
  #manage-college .college .teach-intro .item-box .left {
    width: 100%;
    border-right: 0;
  }
  #manage-college .college .teach-intro .item-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  #technology .tech-content .tech-box {
    padding: 0.2rem;
  }
  #technology .tech-content .tech-box .left-cont {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }
  #technology .tech-content .tech-box .right-cont {
    width: 100%;
    margin-top: 0.2rem;
  }
  #technology .tech-content .tech-box .left-cont .info, #technology .tech-content .tech-box .left-cont .word {
    margin-top: 0.1rem;
  }
  #company .award-content .map-box .container-box {
    width: 600px;
    height: 470px;
  }
  #company .award-content .map-box .container-box .p-icon {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
  #technology .tech-content .info-manage-box .right-banner {
    width: 100%;
    height: 3.5rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .m-map {
    display: block;
    margin: 0.4rem 0;
  }
  .footer .top01 .top-box {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .footer .top01 .top-box .top-center {
    display: none;
  }
  .footer .top01 .top-box .top-left {
    display: block;
    padding: 0 0.3rem;
    width: 100%;
  }
  .footer .top01 .top-box .top-right {
    display: block;
    padding: 0 0.3rem;
    width: 100%;
  }
  .footer .top01 .top-box .top-right .code-box-big {
    display: flex;
    justify-content: center;
  }
  .footer .top01 .top-box .top-right .tr-title, .footer .top01 .top-box .top-right .href-box {
    display: none;
  }
  .footer .top01 .top-box .top-left .tl-title {
    display: none;
  }
  .footer .top01 .top-box .top-left .line-box {
    margin-top: 0.3rem;
  }
  .footer .top01 .top-box .top-left .line-box .line {
    text-align: center;
  }
  .footer .bottom01 {
    padding: 0.2rem;
  }
  #technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-system {
    bottom: 0.2rem;
  }
  #technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  #technology .tech-content .info-manage-box .right-banner .system-swiper .swiper-wrapper .swiper-slide .text-box {
    font-size: 12px;
    left: 0.2rem;
    bottom: 0.2rem;
  }
  #index .index-banner .index-swiper {
    height: 100%;
  }
  #index .index-banner .index-swiper .swiper-slide {
    height: 100%;
    background-size: cover;
  }
  #index .num-position {
    margin-top: 0;
  }
  #index .index-banner .index-swiper .page-box {
    bottom: 1rem;
    left: 0.25rem;
  }
  #index .index-banner .mouse {
    bottom: 0.3rem;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box .t1 img {
    width: 85%;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position .text-box .knowMore {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
  #index .index-banner .index-swiper .swiper-slide:nth-of-type(3) .center-position .text-box {
    margin-top: -30px;
  }
  #index .index-banner .index-swiper .swiper-slide:nth-of-type(3) .center-position .text-box .t1 img {
    width: 95%;
  }
  #index .index-banner .index-swiper .swiper-slide .center-position {
    top: 70%;
  }
  #index .num-position .num-box {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 0.4rem;
    position: relative;
  }
  #index .num-position .num-box li {
    width: 50%;
    display: block;
    text-align: center;
    float: left;
    height: 3.5rem;
    padding: 0.5rem 0.15rem 0;
    margin-bottom: 0.4rem;
  }
  #index .num-position .num-box li:nth-of-type(2n) {
    border-right: 0;
  }
  .right-nav {
    display: none;
  }
  #index .num-position .num-box li .pad1, #index .num-position .num-box li .pad2, #index .num-position .num-box li .pad3 {
    padding-left: 0;
  }
  #index .example-intro .example-list-box li {
    width: 49%;
    margin-bottom: 1.3333%;
  }
  #index .example-intro .example-list-box li .bottom {
    margin-top: 0.1rem;
  }
  #index .example-intro .example-list-box li:nth-of-type(2n) {
    margin-right: 0;
  }
  #index .example-intro .example-list-box li:nth-of-type(2n) .top {
    margin-top: 0.1rem;
  }
  #index .example-intro .example-list-box li &gt; div .mask {
    padding: 0.1rem;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont {
    padding: 0 0.1rem;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont .t1, #index .example-intro .example-list-box li &gt; div .mask .cont .t2 span {
    font-size: 12px;
  }
  #index .example-intro .example-list-box li &gt; div .mask .cont .arr {
    bottom: 0.2rem;
    margin-left: -0.4rem;
  }
  #index .advantage-box .advantage-position {
    padding-top: 30px;
  }
  #index .advantage-box .advantage-position .title {
    font-size: 14px;
  }
  #index .advantage-box .advantage-position .title .t1 {
    font-size: 24px;
    width: 100%;
    display: block;
    margin-bottom: 0.2rem;
  }
  #index .advantage-box .advantage-position .pot-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
  #index .advantage-box .advantage-position .pot-list li {
    position: static;
    width: 65%;
    flex-shrink: 0;
    padding-top: 2rem;
  }
  #index .advantage-box .advantage-position .pot-list li:nth-of-type(3) {
    display: none;
  }
  #index .advantage-box .advantage-position .center {
    height: 100%;
  }
  #index .advantage-box .advantage-position .center .pot-list {
    height: 100%;
  }
  #index .advantage-box .advantage-position .pot-list li p {
    width: 85%;
  }
  #index .company-news .company-nav .right {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    height: 65px;
    /*定义滑块 内阴影+圆角*/
  }
  #index .company-news .company-nav .right::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #F5F5F5;
  }
  #index .company-news .company-nav .right::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5;
  }
  #index .company-news .company-nav .right::-webkit-scrollbar-thumb {
    background: rgba(201, 38, 29, 0.8);
  }
  #index .company-news .company-nav .right li {
    margin-right: 0.2rem;
  }
  #index .company-news .news-box li {
    width: 49%;
    margin-right: 1.33333%;
  }
  #index .company-news .news-box li:nth-of-type(2n) {
    margin-right: 0;
  }
  #index .example-intro .example-list-box {
    margin-top: 0.25rem;
  }
  #index .company-news .news-box {
    margin-top: 0.25rem;
    flex-wrap: wrap;
  }
  #index .company-news .news-box li {
    height: 5.5rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.3333%;
  }
  #index .company-news .news-box li .info-box {
    padding: 0.15rem 0.15rem 0;
  }
  #index .two-template &gt; div {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #index .two-template &gt; div .tem-position {
    padding: 0.25rem 0 0 0.25rem;
  }
  #index .two-template &gt; div .tem-position .t1 {
    font-size: 20px;
  }
  #index .advantage-box {
    height: 550px;
  }
  #index .two-template &gt; div .tem-position .more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.3rem;
    font-size: 14px;
  }
  #index .icon-box {
    background-size: cover;
    padding: 0.8rem 0 0.4rem;
  }
  #index .icon-box .center .icon-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 0.4rem;
    justify-content: flex-start;
  }
  #index .icon-box .center .icon-list li {
    flex-shrink: 0;
    width: 40%;
  }
  #index .company-news .news-box li .bottom {
    height: 40px;
  }
  #index .company-news .news-box li .bottom .time {
    height: 40px;
    line-height: 40px;
  }
  #index .company-news .news-box li .bottom .arr {
    width: 40px;
    height: 40px;
  }
  #index .company-news .news-box li .info-box .tt {
    font-size: 14px;
  }
  .area-box {
    display: none !important;
  }
  .m-area-box {
    width: 100%;
    display: block !important;
    position: relative;
    height: 6rem;
    margin-top: 0.6rem;
  }
  .m-area-box .area-swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .m-area-box .area-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .m-area-box .area-swiper .swiper-slide .center-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: inline-block;
    padding: 0.4rem 0.3rem 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .m-area-box .area-swiper .swiper-slide .center-position .title {
    color: #fff;
    font-size: 26px;
  }
  .m-area-box .area-swiper .swiper-slide .center-position .line {
    width: 80px;
    height: 2px;
    background: #fff;
    margin-top: 0.15rem;
    margin-bottom: 0.4rem;
  }
  .m-area-box .area-swiper .swiper-slide .center-position .info {
    color: #fff;
    font-size: 12px;
    line-height: 1.7em;
    text-align: justify;
    height: 52%;
  }
  .m-area-box .area-swiper .swiper-slide .center-position .txt {
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
  }
  .m-area-box .area-swiper .swiper-slide .center-position .arr {
    width: 0px;
    height: 5px;
    background-size: 27px 5px;
    background-repeat: no-repeat;
    background-image: url("../images/arr.png");
    display: inline-block;
    position: absolute;
    right: 70px;
    bottom: 30px;
    transition: right 0.8s;
    -webkit-transition: right 0.8s;
    -moz-transition: right 0.8s;
  }
  .m-area-box .area-swiper .swiper-slide .center-position:hover .arr {
    right: 30px;
  }
  .m-cover .link-box a {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .inner-banner .com-nav {
    height: 1rem;
  }
  .inner-banner .com-nav li a {
    height: 1rem;
    line-height: 1rem;
    font-size: 12px;
  }
  #company .award-content .award-nav {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  #company .award-content .award-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #company .award-content .award-list li:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  #company .award-content .award-list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  #company .award-content .award-list li .info {
    font-size: 14px;
  }
  .cert-cover .cert-banner {
    width: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
  }
  .cert-cover .cert-banner .cert-swiper {
    width: 235px;
    height: 200px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .cert-cover .cert-banner .button-box .swiper-button-next-cert, .cert-cover .cert-banner .button-box .swiper-button-prev-cert {
    height: 30px;
    margin-top: -30px;
  }
  .cert-cover .cert-banner .close i {
    width: 45px;
    height: 45px;
  }
  .banner-title .t1 {
    font-size: 36px;
    line-height: 36px;
    height: 36px;
  }
  #news .news-content .content {
    width: 100%;
  }
  #news .news-content .news-nav-right {
    width: 100%;
    margin-top: 20px;
  }
  #news .news-content .content {
    padding: 0.3rem;
  }
  #news .news-content .content .title-box .t2 {
    font-size: 16px;
  }
  #news .news-content .content .detail-bottom {
    padding: 0.3rem 0 0.4rem;
  }
  #news .news-content .content .detail-bottom &gt; .left p a {
    font-size: 12px;
  }
  #news .news-content .content .detail-bottom &gt; .right {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  #news .news-content .content .detail-bottom &gt; .left {
    float: none;
  }
  #news .news-content .news-nav-right .top {
    padding-left: 0.3rem;
  }
  #bidding .bidding-content .bidding-box li {
    height: 1.2rem;
  }
  #bidding .bidding-content .bidding-box li .info {
    line-height: 1.2rem;
    padding-left: 0.2rem;
    font-size: 16px;
  }
  #bidding .bidding-content .bidding-box li .date {
    width: 20%;
    padding-top: 0.2rem;
  }
  #bidding .bidding-content .bidding-box li .date .t1 {
    font-size: 16px;
  }
  #bidding .bidding-content .bidding-box li .date .t2 {
    font-size: 12px;
  }
  #case .case-detail-box {
    margin-top: -1rem;
  }
  #case .case-detail-box .case-box .top-box {
    padding: 0.2rem 0.4rem;
    padding: 1rem 0.4rem 0.2rem;
  }
  #case .case-detail-box .case-box .top-box .left .t2 {
    font-size: 18px;
  }
  #case .case-detail-box .case-box .top-box .right {
    right: calc(50% - 1.5rem);
    width: 3rem;
    top: 0.5rem;
  }
  #case .case-detail-box .case-box .top-box .right .page-box {
    left: 1.4rem;
    position: absolute;
  }
  #case .case-detail-box .case-box .top-box .right .page-box .swiper-pagination-case {
    left: -0.4rem;
  }
  #case .case-content .case-nav-box .line-item {
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
  #case .case-content .case-nav-box .line-item .down-icon {
    width: 35px;
    height: 35px;
  }
  #case .case-content .case-nav-box .line-item .case-ul {
    margin-left: 0.2rem;
  }
  #case .case-content .case-nav-box .line-item .case-ul li a {
    font-size: 14px;
    padding: 0 0.2rem;
  }
  #case .case-content .case-list li .info {
    padding: 0.2rem 0 0.1rem 0.3rem;
    height: auto;
  }
  #case .case-content .case-list li .info .t1 {
    font-size: 14px;
  }
  #case .case-content .case-list li .info .t2 {
    font-size: 12px;
  }
  #index .company-news .news-box li {
    height: 5.5rem;
  }
  #manage-college .college .college-list li {
    width: 100%;
  }
  #manage-college .college .college-display {
    height: auto;
  }
  #manage-college .college .college-display .left {
    height: 4rem;
  }
  #manage-college .college .college-display .right {
    padding: 0.4rem 0.4rem 1rem;
  }
  #manage-college .college .college-list li {
    height: auto;
    margin-bottom: 0.4rem;
  }
  #manage-college .college .college-list li .info-box {
    height: 4.5rem;
  }
  #news .news-content .content .title-box .t1 {
    font-size: 24px;
  }
  #manage-college .college {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
  #manage-college .college .college-intro .college-box .left {
    padding: 0.25rem;
  }
  #manage-college .college .college-ul li {
    width: 100%;
    margin-right: 0;
  }
  #manage-college .college .college-ul li .info {
    height: 1rem;
    margin-bottom: 0.3rem;
  }
  #manage-college .college .college-ul li .info .left {
    font-size: 20px;
  }
  #manage-college .college .pic-display {
    padding: 0.2rem;
    margin-top: 0.2rem;
  }
  #manage-college .college .pic-display .display-swiper .swiper-wrapper .swiper-slide {
    width: 4.5rem !important;
    height: 3rem !important;
  }
  #manage-college .college .college-ul li .info .left span {
    height: 20px;
  }
  #manage-college .college .pic-display .title {
    font-size: 20px;
  }
  #manage-college .college .pic-display .title span {
    height: 20px;
  }
  #manage-college .college .pic-display .display-swiper {
    padding: 0.2rem 0 0.2rem;
  }
  #culture .culture-content {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #culture .culture-content .party04-box .party-news-list li {
    height: auto;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #culture .culture-content .party04-box .party-news-list li .info-box {
    height: 4.5rem;
  }
  #culture .culture-content .party03-box .party-swiper .swiper-wrapper .swiper-slide .info {
    height: 1rem;
    line-height: 1rem;
    font-size: 14px;
    padding: 0 0.2rem 0;
  }
  #culture .culture-content .party01-box .party01 img {
    width: 95%;
  }
  #culture .culture-content .party02-box {
    padding: 0.6rem 0;
  }
  #culture .culture-content .party03-box {
    padding: 0.3rem 0 0.3rem;
  }
  #culture .culture-content .party03-box .top .title .t1 {
    font-size: 26px;
  }
  #culture .culture-content .party03-box .top .title .t2 {
    font-size: 18px;
  }
  #culture .culture-content .party-title .t1 {
    font-size: 26px;
  }
  #culture .culture-content .party-title .t2 {
    font-size: 18px;
  }
  #culture .culture-content .party04-box {
    padding: 0.6rem 0;
  }
  #culture .culture-content .party04-box .party-news-list {
    margin-top: 0.4rem;
  }
  #culture .culture-content .value-box .value-list li .tt {
    font-size: 18px;
  }
  #culture .culture-content .value-box .value-list li .info p {
    font-size: 16px;
  }
  #culture .culture-content .value-box .value-list li .info-box {
    width: 90%;
    font-size: 14px;
  }
  #culture .culture-content .people-box .people-list li {
    width: 100%;
    margin-bottom: 4%;
  }
  #culture .culture-content .value-box {
    padding-top: 0.6rem;
  }
  #culture .culture-content .people-box {
    padding: 0.5rem 0 0.3rem;
  }
  #company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide .info-box {
    padding: 0.4rem 0.2rem 0.2rem;
  }
  #company .company .intro-box .left .title-box .t1 {
    font-size: 24px;
  }
  #company .company .intro-box .left .title-box .t2 {
    font-size: 18px;
  }
  #company .company .intro-box .left .title-box .t3 {
    font-size: 16px;
  }
  #company .company .intro-pic {
    padding: 0.4rem 0;
  }
  #company .company .intro-pic .title-box .tt {
    font-size: 26px;
  }
  #company .company .intro-pic .title-box .t1 {
    font-size: 16px;
  }
  #company .company .development-history {
    padding-top: 0.5rem;
    height: auto;
  }
  #company .company .development-history .title-box .tt {
    font-size: 24px;
  }
  #company .company .development-history .title-box .t1 {
    font-size: 16px;
  }
  #company .company .development-history .develop-swiper {
    height: auto;
  }
  #company .company .development-history .develop-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  #news .news-content .news-list li {
    width: 100%;
    height: auto;
  }
  #news .news-content .news-display .right {
    padding: 0.2rem 0.2rem 0.8rem;
    height: auto;
  }
  #news .news-content .news-display .right .title {
    padding-right: 0;
    font-size: 20px;
  }
  #news .news-content .news-display .right .info-box {
    height: auto;
  }
  #news .news-content .news-display .right .date {
    bottom: 0.1rem;
  }
  #news .news-content .news-list li .info-box {
    height: 4.5rem;
  }
  #contact .contact {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #contact .contact .upload-box {
    padding: 0.2rem;
  }
  #contact .contact .upload-box .index-title {
    font-size: 14px;
  }
  #contact .contact .upload-box .index-title span {
    font-size: 20px;
  }
  #contact .contact .upload-box .input-box .input input, #contact .contact .upload-box .textarea-box textarea {
    font-size: 12px;
  }
  #contact .contact .upload-box .code-box .code-right {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    margin: 0 auto;
    float: none !important;
    margin-top: 0.4rem;
  }
  #contact .contact .upload-box .code-box .code-left {
    float: none !important;
  }
  #contact .contact .address-box .left .info-box .adr-mar {
    margin-top: 0;
  }
  #contact .contact .address-box .left .info-box p {
    font-size: 14px;
  }
  #contact .contact .address-box .left .title {
    font-size: 18px;
  }
  #contact .contact .address-box .left .info-box {
    margin-top: 0.5rem;
  }
  #manage-college .video-intro .video-list li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #news .news-content .news-list li {
    margin-bottom: 0.4rem;
  }
  #technology .tech-content {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #technology .tech-content .info-manage-box {
    padding: 0.25rem;
  }
  #technology .tech-content .info-manage-box .left .tech-list {
    margin-top: 0.3rem;
  }
  #technology .tech-content .info-manage-box .left .tech-list li .item-box {
    padding: 0.2rem 0 0.2rem;
  }
  #technology .tech-content .info-manage-box .left .tech-list li .item-box span {
    font-size: 14px;
  }
  #technology .tech-content .info-manage-box .left .t1 {
    font-size: 18px;
  }
  #news .news-content .news-nav-right .nav-list li .t1 {
    font-size: 18px;
  }
  .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 100%;
    height: 3rem;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner {
    height: 4rem;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-next-meet, #technology .tech-content .research-detail .research-content .re-right .info-box .meeting-banner .meeting-swiper .swiper-slide .button-box .swiper-button-prev-meet {
    width: 40px;
    height: 50px;
    background-size: 10px 20px;
  }
  #technology .tech-content .research-detail .research-content .re-left {
    flex-wrap: wrap;
  }
  #technology .tech-content .research-detail .top-box .title-box {
    font-size: 16px;
    padding-bottom: 0.3rem;
  }
  #technology .tech-content .research-detail .research-content .re-left a {
    padding: 0.1rem 0;
  }
  #recruitment .recruitment-content .school-box {
    padding: 0.2rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t1 {
    font-size: 18px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .left .txt-box .t2 {
    font-size: 16px;
  }
  #recruitment .recruitment-content .school-box .school-inner .top-box .right {
    border-left: 0;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box {
    padding: 0.4rem 0;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul {
    flex-wrap: wrap;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.2rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .process-box .process-ul li .t1 {
    font-size: 12px;
  }
  #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top {
    height: auto;
    font-size: 12px;
    padding: 0.1rem 0.2rem;
  }
  #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-top &gt; div span {
    display: block;
  }
  #recruitment .recruitment-content .recruitment .recruit-center .recruit-box li .recruit-content {
    padding: 0 0.2rem 0.2rem 0.3rem;
  }
  .join-form {
    width: 320px;
    padding: 20px;
    height: auto;
  }
  .join-form .line input {
    width: 200px;
    height: 25px;
  }
  .join-form .line button {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }
  .join-form .line .label {
    font-size: 14px;
  }
  .join-form .line img {
    height: auto;
  }
  #culture .culture-content .content .detail-bottom &gt; .left {
    float: none;
  }
  #culture .culture-content .content .detail-bottom &gt; .right {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  #culture .culture-content .staff-nav-right .nav-list li .info-box {
    padding: 0.2rem;
  }
  #culture .culture-content .staff-nav-right .nav-list li .info-box .t1 {
    font-size: 18px;
  }
  #manage-college .college .system-content {
    padding: 0.2rem 0.3rem;
  }
  #manage-college .college .system-content .system-box .system-ul {
    flex-wrap: wrap;
  }
  #manage-college .college .system-content .system-box .system-ul li {
    padding: 0.2rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-nav {
    height: 1rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-nav li a {
    line-height: 1rem;
    font-size: 12px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro-ul li .info {
    margin-top: 0.4rem;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left, #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
    font-size: 12px;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left {
    width: 20%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .right {
    width: 77%;
  }
  #manage-college .college .system-content .system02 .sys-process-box .pro-box .pro01-ul li .left:after {
    width: 0;
  }
  #company .concept {
    padding: 0.8rem 0.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  #recruitment .recruitment-content .talent-concept li {
    height: 6rem;
  }
  #recruitment .recruitment-content .talent-concept li .text-box {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.6rem 0.2rem 0.3rem;
    height: 2.5rem;
  }
  #recruitment .recruitment-content .talent-concept li .text-box .line {
    width: 1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #recruitment .recruitment-content .talent-concept li .text-box .t1 {
    font-size: 16px;
  }
  #recruitment .recruitment-content .talent-concept li .text-box .info {
    font-size: 14px;
  }
  #manage-college .college .staff-display .right {
    padding: 0.2rem 0.2rem 0.6rem;
  }
  #manage-college .college .staff-display .right .info-box {
    font-size: 12px;
  }
  #manage-college .college .staff-display .right .title {
    font-size: 18px;
  }
  #manage-college .college .teach-intro .item-box .left .pic {
    width: 100%;
    height: auto;
  }
  #manage-college .college .teach-intro .item-box .left .info-box {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  #manage-college .college .teach-intro .item-box .left .info-box .tt {
    margin-bottom: 0.1rem;
  }
  #manage-college .college .teach-intro .item-box .right .info {
    margin-top: 0.1rem;
  }
  #manage-college .video-intro .title {
    font-size: 18px;
  }
  #manage-college .college .staff-display .right .title .t2 {
    font-size: 14px;
  }
  #company .award-content .map-box .container-box {
    display: none;
  }
  #company .award-content #map02 {
    padding: 0.4rem;
  }
  #company .award-content .map-box .company-items {
    display: block;
    padding: 0 0.2rem;
  }
  #case .case-banner .case-swiper .swiper-slide {
    background-image: none !important;
    width: 100% !important;
  }
  #case .case-banner .case-swiper .swiper-slide &gt; img {
    opacity: 1;
    width: 100%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box.cont-box01, #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box.cont-box02 {
    display: none;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .m-cont-box {
    display: block;
  }
  .m-cont-box .items-top {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
  }
  .m-cont-box .items-box {
    font-size: 14px;
    color: #666;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
  }
  .m-cont-box .items.item01 {
    width: 20%;
  }
  .m-cont-box .items.item02 {
    width: 30%;
  }
  .m-cont-box .items.item03 {
    width: 50%;
  }
  .m-cont-box.m-cont-box01 .items.item01 {
    width: 40%;
  }
  .m-cont-box.m-cont-box01 .items.item02 {
    width: 20%;
  }
  .m-cont-box.m-cont-box01 .items.item03 {
    width: 40%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .title {
    margin-bottom: 0.2rem;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .right-box {
    width: 100%;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .item-box .info p {
    font-size: 14px;
  }
  #recruitment .recruitment-content .school-box .school-inner .info-box .cont-box .left-box {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>